OpenCMISS-Iron FORTRAN API Documentation

Problem classes. More...

Collaboration diagram for OPENCMISS::Problem::Classes:

Variables

integer(intg), parameter, public opencmiss_iron::cmfe_problem_no_class = PROBLEM_NO_CLASS
 No problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_elasticity_class = PROBLEM_ELASTICITY_CLASS
 Elasticity problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_fluid_mechanics_class = PROBLEM_FLUID_MECHANICS_CLASS
 Fluid mechanics problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_electromagnetics_class = PROBLEM_ELECTROMAGNETICS_CLASS
 Electromagnetics problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_classical_field_class = PROBLEM_CLASSICAL_FIELD_CLASS
 Classical field problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_bioelectrics_class = PROBLEM_BIOELECTRICS_CLASS
 Bioelectrics problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_modal_class = PROBLEM_MODAL_CLASS
 Modal problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_fitting_class = PROBLEM_FITTING_CLASS
 Fitting problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_optimisation_class = PROBLEM_OPTIMISATION_CLASS
 Optimisation problem class. More...
 
integer(intg), parameter, public opencmiss_iron::cmfe_problem_multi_physics_class = PROBLEM_MULTI_PHYSICS_CLASS
 Multi physics problem class. More...
 

Detailed Description

Problem classes.

See also
OPENCMISS::Problem,OPENCMISS

Variable Documentation

integer(intg), parameter, public opencmiss_iron::cmfe_problem_bioelectrics_class = PROBLEM_BIOELECTRICS_CLASS

Bioelectrics problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5398 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_classical_field_class = PROBLEM_CLASSICAL_FIELD_CLASS

Classical field problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5397 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_elasticity_class = PROBLEM_ELASTICITY_CLASS

Elasticity problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5394 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_electromagnetics_class = PROBLEM_ELECTROMAGNETICS_CLASS

Electromagnetics problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5396 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_fitting_class = PROBLEM_FITTING_CLASS

Fitting problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5400 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_fluid_mechanics_class = PROBLEM_FLUID_MECHANICS_CLASS

Fluid mechanics problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5395 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_modal_class = PROBLEM_MODAL_CLASS

Modal problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5399 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_multi_physics_class = PROBLEM_MULTI_PHYSICS_CLASS

Multi physics problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5402 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_no_class = PROBLEM_NO_CLASS

No problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5393 of file opencmiss_iron.f90.

integer(intg), parameter, public opencmiss_iron::cmfe_problem_optimisation_class = PROBLEM_OPTIMISATION_CLASS

Optimisation problem class.

See also
OPENCMISS::Problem::Classes,OPENCMISS

Definition at line 5401 of file opencmiss_iron.f90.