OpenCMISS-Iron Internal API Documentation
types::solver_col_to_equations_set_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_equations_set_map_type:

Public Attributes

type(equations_type), pointer equations
 A pointer to the equations in the equations set that these columns map to. More...
 
logical have_dynamic
 Is .TRUE. if there are any dynamic equations in the map. More...
 
logical have_static
 Is .TRUE. if there are any static equations in the map. More...
 
type(solver_col_to_dynamic_equations_map_type), dimension(:), allocatable solver_col_to_dynamic_equations_maps
 SOLVER_COL_TO_DYNAMIC_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the dynamic equations in the equations set. More...
 
type(solver_col_to_static_equations_map_type), dimension(:), allocatable solver_col_to_static_equations_maps
 SOLVER_COL_TO_STATIC_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the static equations in the equations set. More...
 

Detailed Description

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

Definition at line 3010 of file types.f90.

Member Data Documentation

type(equations_type), pointer types::solver_col_to_equations_set_map_type::equations

A pointer to the equations in the equations set that these columns map to.

Definition at line 3011 of file types.f90.

logical types::solver_col_to_equations_set_map_type::have_dynamic

Is .TRUE. if there are any dynamic equations in the map.

Definition at line 3012 of file types.f90.

logical types::solver_col_to_equations_set_map_type::have_static

Is .TRUE. if there are any static equations in the map.

Definition at line 3013 of file types.f90.

type(solver_col_to_dynamic_equations_map_type), dimension(:), allocatable types::solver_col_to_equations_set_map_type::solver_col_to_dynamic_equations_maps

SOLVER_COL_TO_DYNAMIC_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the dynamic equations in the equations set.

Definition at line 3014 of file types.f90.

type(solver_col_to_static_equations_map_type), dimension(:), allocatable types::solver_col_to_equations_set_map_type::solver_col_to_static_equations_maps

SOLVER_COL_TO_STATIC_EQUATIONS_MAPS(col_idx). The mappings from the col_idx'th column of the solver matrix to the static equations in the equations set.

Definition at line 3015 of file types.f90.