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

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

Collaboration diagram for types::field_node_param_to_dof_map_type:

Public Attributes

integer(intg) number_of_node_parameters
 The number of node based field parameters for this field variable component. More...
 
type(field_node_param_to_dof_map_node_type), dimension(:), allocatable nodes
 

Detailed Description

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

Definition at line 1213 of file types.f90.

Member Data Documentation

type(field_node_param_to_dof_map_node_type), dimension(:), allocatable types::field_node_param_to_dof_map_type::nodes

Definition at line 1215 of file types.f90.

integer(intg) types::field_node_param_to_dof_map_type::number_of_node_parameters

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

Definition at line 1214 of file types.f90.