OpenCMISS-Iron Internal API Documentation
|
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... | |
A type to hold the mapping from field grid points to field dof numbers for a particular field variable component.
integer(intg), dimension(:), allocatable types::field_grid_point_param_to_dof_map_type::grid_points |