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

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

Collaboration diagram for types::equations_to_solver_matrix_maps_em_type:

Public Attributes

integer(intg) equations_matrix_number
 The number of the equations matrix for these mappings. More...
 
integer(intg) number_of_solver_matrices
 The number of solver matrices mapped to this equations matrix. More...
 
type(equations_to_solver_maps_ptr_type), dimension(:), allocatable equations_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...
 

Detailed Description

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

Definition at line 2898 of file types.f90.

Member Data Documentation

integer(intg) types::equations_to_solver_matrix_maps_em_type::equations_matrix_number

The number of the equations matrix for these mappings.

Definition at line 2899 of file types.f90.

type(equations_to_solver_maps_ptr_type), dimension(:), allocatable types::equations_to_solver_matrix_maps_em_type::equations_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 2901 of file types.f90.

integer(intg) types::equations_to_solver_matrix_maps_em_type::number_of_solver_matrices

The number of solver matrices mapped to this equations matrix.

Definition at line 2900 of file types.f90.