OpenCMISS-Iron Internal API Documentation
|
Contains information for mapping an equations matrix to a field variable. More...
Public Attributes | |
integer(intg) | matrix_number |
The equations matrix number. More... | |
type(equations_matrix_type), pointer | equations_matrix |
A pointer to the equations matrix. 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... | |
integer(intg) | number_of_columns |
The number of columns in this equations matrix. More... | |
real(dp) | matrix_coefficient |
The multiplicative coefficent for the matrix in the equation set. More... | |
integer(intg), dimension(:), allocatable | column_to_dof_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 information for mapping an equations matrix to a field variable.
type(domain_mapping_type), pointer types::equations_matrix_to_var_map_type::column_dofs_mapping |
integer(intg), dimension(:), allocatable types::equations_matrix_to_var_map_type::column_to_dof_map |
type(equations_matrix_type), pointer types::equations_matrix_to_var_map_type::equations_matrix |
real(dp) types::equations_matrix_to_var_map_type::matrix_coefficient |
integer(intg) types::equations_matrix_to_var_map_type::matrix_number |
integer(intg) types::equations_matrix_to_var_map_type::number_of_columns |
type(field_variable_type), pointer types::equations_matrix_to_var_map_type::variable |