OpenCMISS-Iron Internal API Documentation
types::equations_type Type Reference

Contains information about the equations in an equations set. More...

Collaboration diagram for types::equations_type:

Public Attributes

type(equations_set_type), pointer equations_set
 A pointer to the equations_set. More...
 
logical equations_finished
 Is .TRUE. if the equations have finished being created, .FALSE. if not. More...
 
integer(intg) linearity
 The equations linearity type. More...
 
integer(intg) time_dependence
 The equations time dependence type. More...
 
integer(intg) output_type
 The output type for the equations. More...
 
integer(intg) sparsity_type
 The sparsity type for the equation matrices of the equations. More...
 
integer(intg) lumping_type
 The lumping type for the equation matrices of the equations. More...
 
type(equations_interpolation_type), pointer interpolation
 A pointer to the interpolation information used in the equations. More...
 
type(equations_mapping_type), pointer equations_mapping
 A pointer to the equations mapping for the equations. More...
 
type(equations_matrices_type), pointer equations_matrices
 A pointer to the equations matrices and vectors used for the equations. More...
 

Detailed Description

Contains information about the equations in an equations set.

See also
OPENCMISS::CMISSEquationsType

Definition at line 1735 of file types.f90.

Member Data Documentation

logical types::equations_type::equations_finished

Is .TRUE. if the equations have finished being created, .FALSE. if not.

Definition at line 1737 of file types.f90.

type(equations_mapping_type), pointer types::equations_type::equations_mapping

A pointer to the equations mapping for the equations.

Definition at line 1744 of file types.f90.

type(equations_matrices_type), pointer types::equations_type::equations_matrices

A pointer to the equations matrices and vectors used for the equations.

Definition at line 1745 of file types.f90.

type(equations_set_type), pointer types::equations_type::equations_set

A pointer to the equations_set.

Definition at line 1736 of file types.f90.

type(equations_interpolation_type), pointer types::equations_type::interpolation

A pointer to the interpolation information used in the equations.

Definition at line 1743 of file types.f90.

integer(intg) types::equations_type::linearity

The equations linearity type.

See also
EQUATIONS_SET_CONSTANTS::LinearityTypes,EQUATIONS_SET_CONSTANTS

Definition at line 1738 of file types.f90.

integer(intg) types::equations_type::lumping_type

The lumping type for the equation matrices of the equations.

See also
EQUATIONS_ROUTINES_EquationsLumpingTypes,EQUATIONS_ROUTINES

Definition at line 1742 of file types.f90.

integer(intg) types::equations_type::output_type

The output type for the equations.

See also
EQUATIONS_ROUTINES_EquationsOutputTypes,EQUATIONS_ROUTINES

Definition at line 1740 of file types.f90.

integer(intg) types::equations_type::sparsity_type

The sparsity type for the equation matrices of the equations.

See also
EQUATIONS_ROUTINES_EquationsSparsityTypes,EQUATIONS_ROUTINES

Definition at line 1741 of file types.f90.

integer(intg) types::equations_type::time_dependence

The equations time dependence type.

See also
EQUATIONS_SET_CONSTANTS::TimeDependenceTypes,EQUATIONS_SET_CONSTANTS

Definition at line 1739 of file types.f90.