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

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

Public Attributes

integer(intg) number_of_gauss_point_parameters
 The number of Gauss point based field parameters for this field variable component. More...
 
integer(intg), dimension(:,:), allocatable gauss_points
 GAUSS_POINT_PARAM2DOF_MAPGAUSS_POINTS(gauss_point_idx,element_idx). The field variable dof number of the gauss_point_idx'th Gauss point in the element_idx'th element based parameter for this field variable component. More...
 

Detailed Description

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

Definition at line 1231 of file types.f90.

Member Data Documentation

integer(intg), dimension(:,:), allocatable types::field_gauss_point_param_to_dof_map_type::gauss_points

GAUSS_POINT_PARAM2DOF_MAPGAUSS_POINTS(gauss_point_idx,element_idx). The field variable dof number of the gauss_point_idx'th Gauss point in the element_idx'th element based parameter for this field variable component.

Definition at line 1233 of file types.f90.

integer(intg) types::field_gauss_point_param_to_dof_map_type::number_of_gauss_point_parameters

The number of Gauss point based field parameters for this field variable component.

Definition at line 1232 of file types.f90.