OpenCMISS-Iron Internal API Documentation
|
Contains information about the equations in an equations set. More...
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... | |
Contains information about the equations in an equations set.
logical types::equations_type::equations_finished |
type(equations_mapping_type), pointer types::equations_type::equations_mapping |
type(equations_matrices_type), pointer types::equations_type::equations_matrices |
type(equations_set_type), pointer types::equations_type::equations_set |
type(equations_interpolation_type), pointer types::equations_type::interpolation |
integer(intg) types::equations_type::linearity |
The equations linearity type.
integer(intg) types::equations_type::lumping_type |
integer(intg) types::equations_type::output_type |
integer(intg) types::equations_type::sparsity_type |
integer(intg) types::equations_type::time_dependence |
The equations time dependence type.