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

A type to hold the mapping from field elements to field dof numbers for a particular field variable component. More...

Public Attributes

integer(intg) number_of_element_parameters
 The number of element based field parameters for this field variable component. More...
 
integer(intg), dimension(:), allocatable elements
 ELEMENT_PARAM2DOF_MAPELEMENTS(element_idx). The field variable dof number of the element_idx'th element based parameter for this field variable component. More...
 

Detailed Description

A type to hold the mapping from field elements to field dof numbers for a particular field variable component.

Definition at line 1219 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::field_element_param_to_dof_map_type::elements

ELEMENT_PARAM2DOF_MAPELEMENTS(element_idx). The field variable dof number of the element_idx'th element based parameter for this field variable component.

Todo:
Allow for multiple element parameters per element.

Definition at line 1221 of file types.f90.

integer(intg) types::field_element_param_to_dof_map_type::number_of_element_parameters

The number of element based field parameters for this field variable component.

Definition at line 1220 of file types.f90.