OpenCMISS-Iron Internal API Documentation
types::interface_to_solver_matrix_maps_im_type Type Reference

Contains information on the interface to solver matrix mappings when indexing by interface matrix number. More...

Collaboration diagram for types::interface_to_solver_matrix_maps_im_type:

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...
 

Detailed Description

Contains information on the interface to solver matrix mappings when indexing by interface matrix number.

Definition at line 2947 of file types.f90.

Member Data Documentation

integer(intg) types::interface_to_solver_matrix_maps_im_type::interface_matrix_number

The number of the interface matrix for these mappings.

Definition at line 2948 of file types.f90.

type(interface_row_to_solver_rows_map_type), dimension(:), allocatable types::interface_to_solver_matrix_maps_im_type::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.

Definition at line 2951 of file types.f90.

type(interface_to_solver_maps_ptr_type), dimension(:), allocatable types::interface_to_solver_matrix_maps_im_type::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.

Definition at line 2950 of file types.f90.

integer(intg) types::interface_to_solver_matrix_maps_im_type::number_of_solver_matrices

The number of solver matrices mapped to this interface matrix.

Definition at line 2949 of file types.f90.