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

Public Attributes

integer(intg) solver_matrix_number
 The solver matrix number being mapped. More...
 
type(equations_jacobian_type), pointer jacobian_matrix
 A pointer to the Jacobian matrix being mapped. More...
 
type(solver_matrix_type), pointer solver_matrix
 A pointer to the solver matrix being mapped. More...
 
type(jacobian_col_to_solver_cols_map_type), dimension(:), allocatable jacobian_col_to_solver_cols_map
 JACOBIAN_COL_TO_SOLVER_COL_MAP(column_idx). The mapping from the column_idx'th column of the Jacobian matrix to the solver matrix columns. More...
 

Detailed Description

Definition at line 2857 of file types.f90.

Member Data Documentation

type(jacobian_col_to_solver_cols_map_type), dimension(:), allocatable types::jacobian_to_solver_map_type::jacobian_col_to_solver_cols_map

JACOBIAN_COL_TO_SOLVER_COL_MAP(column_idx). The mapping from the column_idx'th column of the Jacobian matrix to the solver matrix columns.

Definition at line 2861 of file types.f90.

type(equations_jacobian_type), pointer types::jacobian_to_solver_map_type::jacobian_matrix

A pointer to the Jacobian matrix being mapped.

Definition at line 2859 of file types.f90.

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

A pointer to the solver matrix being mapped.

Definition at line 2860 of file types.f90.

integer(intg) types::jacobian_to_solver_map_type::solver_matrix_number

The solver matrix number being mapped.

Definition at line 2858 of file types.f90.