OpenCMISS-Iron FORTRAN API Documentation

Problem Types. More...

Collaboration diagram for OPENCMISS::Problem::Types:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_problem_no_type = PROBLEM_NO_TYPE
 No problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elasticity_type = PROBLEM_LINEAR_ELASTICITY_TYPE
 Linear elasticity problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_type = PROBLEM_FINITE_ELASTICITY_TYPE
 Finite elasticity problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elasticity_contact_type = PROBLEM_LINEAR_ELASTICITY_CONTACT_TYPE
 Linear elasticity problem subject to contact contstraint type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_contact_type = PROBLEM_FINITE_ELASTICITY_CONTACT_TYPE
 Finite elasticity problem subject to contact constraint type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_stokes_equation_type = PROBLEM_STOKES_EQUATION_TYPE
 Stokes equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_navier_stokes_equation_type = PROBLEM_NAVIER_STOKES_EQUATION_TYPE
 Navier-Stokes problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_darcy_equation_type = PROBLEM_DARCY_EQUATION_TYPE
 Darcy equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_poiseuille_equation_type = PROBLEM_POISEUILLE_EQUATION_TYPE
 Poiseuille equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_burgers_equation_type = PROBLEM_BURGERS_EQUATION_TYPE
 Burgers equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_electrostatic_type = PROBLEM_ELECTROSTATIC_TYPE
 Electrostatic problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_magnetostatic_type = PROBLEM_MAGNETOSTATIC_TYPE
 Magnetostatic problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_maxwells_equations_type = PROBLEM_MAXWELLS_EQUATIONS_TYPE
 Maxwell's equations problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_laplace_equation_type = PROBLEM_LAPLACE_EQUATION_TYPE
 Laplace problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_poisson_equation_type = PROBLEM_POISSON_EQUATION_TYPE
 Poisson problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_helmholtz_equation_type = PROBLEM_HELMHOLTZ_EQUATION_TYPE
 Helmholtz problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_wave_equation_type = PROBLEM_WAVE_EQUATION_TYPE
 Wave equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_equation_type = PROBLEM_DIFFUSION_EQUATION_TYPE
 Diffusion equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_advection_diffusion_equation_type = PROBLEM_ADVECTION_DIFFUSION_EQUATION_TYPE
 Advection-Diffusion equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_reaction_diffusion_equation_type = PROBLEM_REACTION_DIFFUSION_EQUATION_TYPE
 Reaction-Diffusion equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_biharmonic_equation_type = PROBLEM_BIHARMONIC_EQUATION_TYPE
 Bi-harmonic equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_monodomain_equation_type = PROBLEM_MONODOMAIN_EQUATION_TYPE
 Monodomain equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_bidomain_equation_type = PROBLEM_BIDOMAIN_EQUATION_TYPE
 Bidomain equation problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elastic_modal_type = PROBLEM_LINEAR_ELASTIC_MODAL_TYPE
 Linear elastic modal problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_data_fitting_type = PROBLEM_DATA_FITTING_TYPE
 Galerkin projection problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_darcy_type = PROBLEM_FINITE_ELASTICITY_DARCY_TYPE
 Finite Elasticity Darcy problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_stokes_type = PROBLEM_FINITE_ELASTICITY_STOKES_TYPE
 Finite Elasticity Stokes problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_navier_stokes_type = PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_TYPE
 Finite Elasticity NavierStokes problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_diffusion_type = PROBLEM_DIFFUSION_DIFFUSION_TYPE
 Diffusion Diffusion problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_advection_diffusion_type = PROBLEM_DIFFUSION_ADVECTION_DIFFUSION_TYPE
 Diffusion Advection Diffusion problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_multi_compartment_transport_type = PROBLEM_MULTI_COMPARTMENT_TRANSPORT_TYPE
 Multi-compartment transport problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_fluid_pressure_type = PROBLEM_FINITE_ELASTICITY_FLUID_PRESSURE_TYPE
 Finite elasticity fluid pressure problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_bioelectric_finite_elasticity_type = PROBLEM_BIOELECTRIC_FINITE_ELASTICITY_TYPE
 Monodomain finite elasticity problem type. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_monodomain_strang_splitting_equation_type = PROBLEM_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE
 Monodomain equation problem type. More...
 

Detailed Description

Problem Types.

See also
OPENCMISS::Problem,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_problem_advection_diffusion_equation_type = PROBLEM_ADVECTION_DIFFUSION_EQUATION_TYPE

Advection-Diffusion equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5426 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_bidomain_equation_type = PROBLEM_BIDOMAIN_EQUATION_TYPE

Bidomain equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5430 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_biharmonic_equation_type = PROBLEM_BIHARMONIC_EQUATION_TYPE

Bi-harmonic equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5428 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_bioelectric_finite_elasticity_type = PROBLEM_BIOELECTRIC_FINITE_ELASTICITY_TYPE

Monodomain finite elasticity problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5440 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_burgers_equation_type = PROBLEM_BURGERS_EQUATION_TYPE

Burgers equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5417 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_darcy_equation_type = PROBLEM_DARCY_EQUATION_TYPE

Darcy equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5415 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_data_fitting_type = PROBLEM_DATA_FITTING_TYPE

Galerkin projection problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5432 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_advection_diffusion_type = PROBLEM_DIFFUSION_ADVECTION_DIFFUSION_TYPE

Diffusion Advection Diffusion problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5437 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_diffusion_type = PROBLEM_DIFFUSION_DIFFUSION_TYPE

Diffusion Diffusion problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5436 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_diffusion_equation_type = PROBLEM_DIFFUSION_EQUATION_TYPE

Diffusion equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5425 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_electrostatic_type = PROBLEM_ELECTROSTATIC_TYPE

Electrostatic problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5418 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_contact_type = PROBLEM_FINITE_ELASTICITY_CONTACT_TYPE

Finite elasticity problem subject to contact constraint type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5412 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_darcy_type = PROBLEM_FINITE_ELASTICITY_DARCY_TYPE

Finite Elasticity Darcy problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5433 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_fluid_pressure_type = PROBLEM_FINITE_ELASTICITY_FLUID_PRESSURE_TYPE

Finite elasticity fluid pressure problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5439 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_navier_stokes_type = PROBLEM_FINITE_ELASTICITY_NAVIER_STOKES_TYPE

Finite Elasticity NavierStokes problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5435 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_stokes_type = PROBLEM_FINITE_ELASTICITY_STOKES_TYPE

Finite Elasticity Stokes problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5434 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_finite_elasticity_type = PROBLEM_FINITE_ELASTICITY_TYPE

Finite elasticity problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5410 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_helmholtz_equation_type = PROBLEM_HELMHOLTZ_EQUATION_TYPE

Helmholtz problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5423 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_laplace_equation_type = PROBLEM_LAPLACE_EQUATION_TYPE

Laplace problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5421 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elastic_modal_type = PROBLEM_LINEAR_ELASTIC_MODAL_TYPE

Linear elastic modal problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5431 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elasticity_contact_type = PROBLEM_LINEAR_ELASTICITY_CONTACT_TYPE

Linear elasticity problem subject to contact contstraint type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5411 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_linear_elasticity_type = PROBLEM_LINEAR_ELASTICITY_TYPE

Linear elasticity problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5409 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_magnetostatic_type = PROBLEM_MAGNETOSTATIC_TYPE

Magnetostatic problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5419 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_maxwells_equations_type = PROBLEM_MAXWELLS_EQUATIONS_TYPE

Maxwell's equations problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5420 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_monodomain_equation_type = PROBLEM_MONODOMAIN_EQUATION_TYPE

Monodomain equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5429 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_monodomain_strang_splitting_equation_type = PROBLEM_MONODOMAIN_STRANG_SPLITTING_EQUATION_TYPE

Monodomain equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5442 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_multi_compartment_transport_type = PROBLEM_MULTI_COMPARTMENT_TRANSPORT_TYPE

Multi-compartment transport problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5438 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_navier_stokes_equation_type = PROBLEM_NAVIER_STOKES_EQUATION_TYPE

Navier-Stokes problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5414 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_no_type = PROBLEM_NO_TYPE

No problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5408 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_poiseuille_equation_type = PROBLEM_POISEUILLE_EQUATION_TYPE

Poiseuille equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5416 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_poisson_equation_type = PROBLEM_POISSON_EQUATION_TYPE

Poisson problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5422 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_reaction_diffusion_equation_type = PROBLEM_REACTION_DIFFUSION_EQUATION_TYPE

Reaction-Diffusion equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5427 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_stokes_equation_type = PROBLEM_STOKES_EQUATION_TYPE

Stokes equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5413 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_wave_equation_type = PROBLEM_WAVE_EQUATION_TYPE

Wave equation problem type.

See also
OPENCMISS::Problem::Types,OPENCMISS

Definition at line 5424 of file opencmiss_iron.f90.