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

A type to hold the mapping from a field node's derivative to field dof numbers for a particular field variable component. More...

Collaboration diagram for types::field_node_param_to_dof_map_node_type:

Public Attributes

integer(intg) number_of_derivatives
 The number of derivatives for the node parameter of this field variable component. More...
 
type(field_node_param_to_dof_map_derivative_type), dimension(:), allocatable derivatives
 

Detailed Description

A type to hold the mapping from a field node's derivative to field dof numbers for a particular field variable component.

Definition at line 1207 of file types.f90.

Member Data Documentation

type(field_node_param_to_dof_map_derivative_type), dimension(:), allocatable types::field_node_param_to_dof_map_node_type::derivatives

Definition at line 1209 of file types.f90.

integer(intg) types::field_node_param_to_dof_map_node_type::number_of_derivatives

The number of derivatives for the node parameter of this field variable component.

Definition at line 1208 of file types.f90.