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

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

Public Attributes

integer(intg) number_of_data_point_parameters
 The number of Gauss point based field parameters for this field variable component. More...
 
integer(intg), dimension(:), allocatable data_points
 DATA_POINT_PARAM2DOF_MAPDATA_POINTS(data_point_idx). The field variable dof number of the data_point_idx'th data point based parameter for this field variable component. More...
 

Detailed Description

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

Definition at line 1237 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::field_data_point_param_to_dof_map_type::data_points

DATA_POINT_PARAM2DOF_MAPDATA_POINTS(data_point_idx). The field variable dof number of the data_point_idx'th data point based parameter for this field variable component.

Definition at line 1239 of file types.f90.

integer(intg) types::field_data_point_param_to_dof_map_type::number_of_data_point_parameters

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

Definition at line 1238 of file types.f90.