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

Contains information about the mappings from a solver matrix to the equations in an equations set. More...

Collaboration diagram for types::solver_col_to_interface_map_type:

Public Attributes

type(equations_type), pointer interface_equations
 A pointer to the interface equations in the interface conditionthat these columns map to. More...
 
type(solver_col_to_interface_equations_map_type), dimension(:), allocatable solver_col_to_interface_equations_maps
 SOLVER_COL_TO_INTERFACE_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the interface equations in the interface condition. More...
 

Detailed Description

Contains information about the mappings from a solver matrix to the equations in an equations set.

Definition at line 3027 of file types.f90.

Member Data Documentation

type(equations_type), pointer types::solver_col_to_interface_map_type::interface_equations

A pointer to the interface equations in the interface conditionthat these columns map to.

Definition at line 3028 of file types.f90.

type(solver_col_to_interface_equations_map_type), dimension(:), allocatable types::solver_col_to_interface_map_type::solver_col_to_interface_equations_maps

SOLVER_COL_TO_INTERFACE_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the interface equations in the interface condition.

Definition at line 3029 of file types.f90.