Definition at line 2043 of file types.f90.
A pointer back to the interface mapping.
Definition at line 2044 of file types.f90.
integer(intg), dimension(:), allocatable types::interface_mapping_rhs_type::interface_row_to_rhs_dof_map |
INTERFACE_ROW_TO_RHS_DOF_MAP(row_idx). The mapping from the row_idx'th row of the interface to the RHS dof.
Definition at line 2050 of file types.f90.
real(dp) types::interface_mapping_rhs_type::rhs_coefficient |
The multiplicative coefficient applied to the RHS vector.
Definition at line 2048 of file types.f90.
integer(intg), dimension(:), allocatable types::interface_mapping_rhs_type::rhs_dof_to_interface_row_map |
RHS_DOF_TO_INTERFACE_ROW_MAP(rhs_dof_idx). The mapping from the rhs_dof_idx'th RHS dof in the rhs variable to the interface row.
Definition at line 2049 of file types.f90.
A pointer to the variable that is mapped to the RHS vector.
Definition at line 2046 of file types.f90.
A pointer to the RHS variable domain mapping.
Definition at line 2047 of file types.f90.
integer(intg) types::interface_mapping_rhs_type::rhs_variable_type |
The variable type number mapped to the RHS vector.
Definition at line 2045 of file types.f90.