OpenCMISS-Iron Internal API Documentation
types::equations_to_solver_maps_type Type Reference
Collaboration diagram for types::equations_to_solver_maps_type:

Public Attributes

integer(intg) equations_matrix_type
 The type of equations matrix. More...
 
integer(intg) equations_matrix_number
 The equations matrix number being mapped. More...
 
integer(intg) solver_matrix_number
 The solver matrix number being mapped. More...
 
type(equations_matrix_type), pointer equations_matrix
 A pointer to the equations matrix being mapped. More...
 
type(solver_matrix_type), pointer solver_matrix
 A pointer to the solver matrix being mapped. More...
 
type(equations_col_to_solver_cols_map_type), dimension(:), allocatable equations_col_to_solver_cols_map
 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. More...
 

Detailed Description

Definition at line 2824 of file types.f90.

Member Data Documentation

type(equations_col_to_solver_cols_map_type), dimension(:), allocatable types::equations_to_solver_maps_type::equations_col_to_solver_cols_map

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.

type(equations_matrix_type), pointer types::equations_to_solver_maps_type::equations_matrix

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

The type of equations matrix.

See also
SOLVER_MAPPING::EquationsMatrixTypes,SOLVER_MAPPING

Definition at line 2825 of file types.f90.

type(solver_matrix_type), pointer types::equations_to_solver_maps_type::solver_matrix

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.