OpenCMISS-Iron Internal API Documentation
|
Contains the mapping for a dependent variable type to the nonlinear Jacobian matrix. More...
Public Attributes | |
integer(intg) | jacobian_number |
The equations Jacobian matrix number. More... | |
integer(intg) | variable_type |
The variable type for this variable to equations matrices map. More... | |
type(field_variable_type), pointer | variable |
A pointer to the field variable for this variable to equations matrices map. More... | |
integer(intg), dimension(:), allocatable | dof_to_columns_map |
DOF_TO_COLUMNS_MAP(dof_idx). The Jacobian column number for dof_idx'th variable dof. More... | |
integer(intg), dimension(:), allocatable | dof_to_rows_map |
DOF_TO_ROWS_MAP(dof_idx). The row number that the dof_idx'th variable dof is mapped to. More... | |
Contains the mapping for a dependent variable type to the nonlinear Jacobian matrix.
integer(intg), dimension(:), allocatable types::var_to_equations_jacobian_map_type::dof_to_columns_map |
integer(intg), dimension(:), allocatable types::var_to_equations_jacobian_map_type::dof_to_rows_map |
integer(intg) types::var_to_equations_jacobian_map_type::jacobian_number |
type(field_variable_type), pointer types::var_to_equations_jacobian_map_type::variable |