OpenCMISS-Iron Internal API Documentation
|
Contains information on the variables involved in a solver matrix. More...
Public Attributes | |
integer(intg) | number_of_variables |
The number of variables involved in the solver matrix. More... | |
type(solver_mapping_variable_type), dimension(:), allocatable | variables |
VARIABLES(variable_idx). The variable information for the variable_idx'th variable involved in the solver matrix. More... | |
Contains information on the variables involved in a solver matrix.
integer(intg) types::solver_mapping_variables_type::number_of_variables |
type(solver_mapping_variable_type), dimension(:), allocatable types::solver_mapping_variables_type::variables |