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

Contains the information about the mapping of a variable DOF to an equations matrix column. More...

Public Attributes

integer(intg), dimension(:), allocatable column_dof
 COLUMN_DOF(dof_idx). The equations column number for this equations matrix that the dof_idx'th variable DOF is mapped to. More...
 

Detailed Description

Contains the information about the mapping of a variable DOF to an equations matrix column.

Definition at line 1543 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::var_to_equations_column_map_type::column_dof

COLUMN_DOF(dof_idx). The equations column number for this equations matrix that the dof_idx'th variable DOF is mapped to.

Definition at line 1544 of file types.f90.