OpenCMISS-Iron Internal API Documentation
|
Contains information on the equations mapping for a RHS i.e., how a field variable is mapped to the RHS vector for the equations set of this equations mapping. More...
Public Attributes | |
type(equations_mapping_type), pointer | equations_mapping |
A pointer to the equations mapping. More... | |
integer(intg) | rhs_variable_type |
The variable type number mapped to the RHS vector. More... | |
type(field_variable_type), pointer | rhs_variable |
A pointer to the variable that is mapped to the RHS vector. More... | |
type(domain_mapping_type), pointer | rhs_variable_mapping |
A pointer to the RHS variable domain mapping. More... | |
real(dp) | rhs_coefficient |
The multiplicative coefficient applied to the RHS vector. More... | |
integer(intg), dimension(:), allocatable | rhs_dof_to_equations_row_map |
RHS_DOF_TO_EQUATIONS_ROW_MAP(residual_dof_idx). The mapping from the rhs_dof_idx'th RHS dof in the rhs variable to the equations row. More... | |
integer(intg), dimension(:), allocatable | equations_row_to_rhs_dof_map |
EQUATIONS_ROW_TO_RHS_DOF_MAP(row_idx). The mapping from the row_idx'th row of the equations to the RHS dof. More... | |
Contains information on the equations mapping for a RHS i.e., how a field variable is mapped to the RHS vector for the equations set of this equations mapping.
type(equations_mapping_type), pointer types::equations_mapping_rhs_type::equations_mapping |
integer(intg), dimension(:), allocatable types::equations_mapping_rhs_type::equations_row_to_rhs_dof_map |
real(dp) types::equations_mapping_rhs_type::rhs_coefficient |
integer(intg), dimension(:), allocatable types::equations_mapping_rhs_type::rhs_dof_to_equations_row_map |
type(field_variable_type), pointer types::equations_mapping_rhs_type::rhs_variable |
type(domain_mapping_type), pointer types::equations_mapping_rhs_type::rhs_variable_mapping |