OpenCMISS-Iron Internal API Documentation
|
Contains information on the interface to solver matrix mappings when indexing by interface matrix number. More...
Public Attributes | |
integer(intg) | interface_matrix_number |
The number of the interface matrix for these mappings. More... | |
integer(intg) | number_of_solver_matrices |
The number of solver matrices mapped to this interface matrix. More... | |
type(interface_to_solver_maps_ptr_type), dimension(:), allocatable | interface_to_solver_matrix_maps |
EQUATIONS_TO_SOLVER_MATRIX_MAPS(solver_matrix_idx). The maps from the equation matrix to the solver_matrix_idx'th solver matrix. More... | |
type(interface_row_to_solver_rows_map_type), dimension(:), allocatable | interface_row_to_solver_rows_map |
INTERFACE_ROW_TO_SOLVER_ROW_MAP(interface_row_idx). The mapping from the interface_row_idx'th interface matrix to a solver row. More... | |
Contains information on the interface to solver matrix mappings when indexing by interface matrix number.
integer(intg) types::interface_to_solver_matrix_maps_im_type::interface_matrix_number |
type(interface_row_to_solver_rows_map_type), dimension(:), allocatable types::interface_to_solver_matrix_maps_im_type::interface_row_to_solver_rows_map |
type(interface_to_solver_maps_ptr_type), dimension(:), allocatable types::interface_to_solver_matrix_maps_im_type::interface_to_solver_matrix_maps |