OpenCMISS-Iron Internal API Documentation
|
Contains the mapping from the Jacobian back to the nonlinear residual variables. More...
Public Attributes | |
integer(intg) | jacobian_number |
The equations Jacobian matrix number. More... | |
integer(intg) | variable_type |
The dependent variable type mapped to this equations matrix. More... | |
type(field_variable_type), pointer | variable |
A pointer to the field variable that is mapped to this equations matrix. More... | |
type(equations_jacobian_type), pointer | jacobian |
A pointer to the equations matrix for this variable. More... | |
integer(intg) | number_of_columns |
The number of columns in this equations matrix. More... | |
real(dp) | jacobian_coefficient |
The multiplicative coefficent for the matrix in the equation set. More... | |
integer(intg), dimension(:), allocatable | equations_column_to_dof_variable_map |
COLUMN_TO_DOF_MAP(column_idx). The variable DOF that the column_idx'th column of this equations matrix is mapped to. More... | |
type(domain_mapping_type), pointer | column_dofs_mapping |
A pointer to the column dofs domain mapping for the matrix variable. More... | |
Contains the mapping from the Jacobian back to the nonlinear residual variables.
type(domain_mapping_type), pointer types::equations_jacobian_to_var_map_type::column_dofs_mapping |
integer(intg), dimension(:), allocatable types::equations_jacobian_to_var_map_type::equations_column_to_dof_variable_map |
type(equations_jacobian_type), pointer types::equations_jacobian_to_var_map_type::jacobian |
real(dp) types::equations_jacobian_to_var_map_type::jacobian_coefficient |
integer(intg) types::equations_jacobian_to_var_map_type::jacobian_number |
integer(intg) types::equations_jacobian_to_var_map_type::number_of_columns |
type(field_variable_type), pointer types::equations_jacobian_to_var_map_type::variable |