Definition at line 2824 of file types.f90.
EQUATIONS_COL_TO_SOLVER_COL_MAP(column_idx). The mapping from the column_idx'th column of this equations matrix to the solver matrix columns. Note for interface matrices this will actually be for the transposed interface matrix i.e., for the interface matrix rows.
Definition at line 2830 of file types.f90.
A pointer to the equations matrix being mapped.
Definition at line 2828 of file types.f90.
integer(intg) types::equations_to_solver_maps_type::equations_matrix_number |
The equations matrix number being mapped.
Definition at line 2826 of file types.f90.
integer(intg) types::equations_to_solver_maps_type::equations_matrix_type |
A pointer to the solver matrix being mapped.
Definition at line 2829 of file types.f90.
integer(intg) types::equations_to_solver_maps_type::solver_matrix_number |
The solver matrix number being mapped.
Definition at line 2827 of file types.f90.