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

Contains the mapping for a dependent variable type to the nonlinear Jacobian matrix. More...

Collaboration diagram for types::var_to_equations_jacobian_map_type:

Public Attributes

integer(intg) jacobian_number
 The equations Jacobian matrix number. More...
 
integer(intg) variable_type
 The variable type for this variable to equations matrices map. More...
 
type(field_variable_type), pointer variable
 A pointer to the field variable for this variable to equations matrices map. More...
 
integer(intg), dimension(:), allocatable dof_to_columns_map
 DOF_TO_COLUMNS_MAP(dof_idx). The Jacobian column number for dof_idx'th variable dof. More...
 
integer(intg), dimension(:), allocatable dof_to_rows_map
 DOF_TO_ROWS_MAP(dof_idx). The row number that the dof_idx'th variable dof is mapped to. More...
 

Detailed Description

Contains the mapping for a dependent variable type to the nonlinear Jacobian matrix.

Definition at line 1611 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::var_to_equations_jacobian_map_type::dof_to_columns_map

DOF_TO_COLUMNS_MAP(dof_idx). The Jacobian column number for dof_idx'th variable dof.

Definition at line 1615 of file types.f90.

integer(intg), dimension(:), allocatable types::var_to_equations_jacobian_map_type::dof_to_rows_map

DOF_TO_ROWS_MAP(dof_idx). The row number that the dof_idx'th variable dof is mapped to.

Definition at line 1616 of file types.f90.

integer(intg) types::var_to_equations_jacobian_map_type::jacobian_number

The equations Jacobian matrix number.

Definition at line 1612 of file types.f90.

type(field_variable_type), pointer types::var_to_equations_jacobian_map_type::variable

A pointer to the field variable for this variable to equations matrices map.

Definition at line 1614 of file types.f90.

integer(intg) types::var_to_equations_jacobian_map_type::variable_type

The variable type for this variable to equations matrices map.

Definition at line 1613 of file types.f90.