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

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

Public Attributes

integer(intg) number_of_grid_point_parameters
 The number of grid point based field parameters for this field variable component. More...
 
integer(intg), dimension(:), allocatable grid_points
 GRID_POINT_PARAM2DOF_MAPGRID_POINTS(grid_point_idx). The field variable dof number of the grid_point_idx'th point based parameter for this field variable component. More...
 

Detailed Description

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

Definition at line 1225 of file types.f90.

Member Data Documentation

integer(intg), dimension(:), allocatable types::field_grid_point_param_to_dof_map_type::grid_points

GRID_POINT_PARAM2DOF_MAPGRID_POINTS(grid_point_idx). The field variable dof number of the grid_point_idx'th point based parameter for this field variable component.

Definition at line 1227 of file types.f90.

integer(intg) types::field_grid_point_param_to_dof_map_type::number_of_grid_point_parameters

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

Definition at line 1226 of file types.f90.