OpenCMISS-Iron Internal API Documentation
SOLVER_MAPPING::EquationsTypes

Equations Matrix types. More...

Variables

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_equations_set =1
 The equations in the solver mapping is from an equations set. More...
 
integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_interface_condition =2
 The equations in the solver mapping is from an interface condition. More...
 
integer(intg), parameter solver_mapping_routines::solver_mapping_equations_interface_transpose =3
 The equations in the solver mapping is from a transposed interface condition. More...
 

Detailed Description

Equations Matrix types.

See also
SOLVER_MAPPING

Variable Documentation

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_equations_set =1

The equations in the solver mapping is from an equations set.

See also
SOLVER_MAPPING::EquationsTypes,SOLVER_MAPPING

Definition at line 85 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().

integer(intg), parameter, public solver_mapping_routines::solver_mapping_equations_interface_condition =2

The equations in the solver mapping is from an interface condition.

See also
SOLVER_MAPPING::EquationsTypes,SOLVER_MAPPING

Definition at line 86 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().

integer(intg), parameter solver_mapping_routines::solver_mapping_equations_interface_transpose =3
private

The equations in the solver mapping is from a transposed interface condition.

See also
SOLVER_MAPPING::EquationsTypes,SOLVER_MAPPING

Definition at line 87 of file solver_mapping_routines.f90.

Referenced by solver_mapping_routines::solver_mapping_calculate().