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

A type to hold the mapping from field parameters (nodes, elements, etc) to field dof numbers for a particular field variable component. More...

Collaboration diagram for types::field_param_to_dof_map_type:

Public Attributes

integer(intg) number_of_constant_parameters
 The number of constant field parameters for this field variable component. Note: this is currently always 1 but is included for completeness and to allow for multiple constants per field variable component in the future. More...
 
integer(intg) constant_param2dof_map
 The field variable dof number of the constant parameter for this field variable component. More...
 
type(field_element_param_to_dof_map_typeelement_param2dof_map
 
type(field_element_param_to_dof_map_typea
 
type(field_element_param_to_dof_map_typetype
 
type(field_element_param_to_dof_map_typeto
 
type(field_element_param_to_dof_map_typehold
 
type(field_element_param_to_dof_map_typethe
 
type(field_element_param_to_dof_map_typemapping
 
type(field_element_param_to_dof_map_typefrom
 
type(field_element_param_to_dof_map_typefield
 
type(field_element_param_to_dof_map_typeelement
 
type(field_element_param_to_dof_map_typeparameters
 
type(field_element_param_to_dof_map_typedof
 
type(field_element_param_to_dof_map_typenumbers
 
type(field_node_param_to_dof_map_typenode_param2dof_map
 
type(field_node_param_to_dof_map_typea
 
type(field_node_param_to_dof_map_typetype
 
type(field_node_param_to_dof_map_typeto
 
type(field_node_param_to_dof_map_typehold
 
type(field_node_param_to_dof_map_typethe
 
type(field_node_param_to_dof_map_typemapping
 
type(field_node_param_to_dof_map_typefrom
 
type(field_node_param_to_dof_map_typefield
 
type(field_node_param_to_dof_map_typenode
 
type(field_node_param_to_dof_map_typeparameters
 
type(field_node_param_to_dof_map_typedof
 
type(field_node_param_to_dof_map_typenumbers
 
type(field_grid_point_param_to_dof_map_typegrid_point_param2dof_map
 
type(field_grid_point_param_to_dof_map_typea
 
type(field_grid_point_param_to_dof_map_typetype
 
type(field_grid_point_param_to_dof_map_typeto
 
type(field_grid_point_param_to_dof_map_typehold
 
type(field_grid_point_param_to_dof_map_typethe
 
type(field_grid_point_param_to_dof_map_typemapping
 
type(field_grid_point_param_to_dof_map_typefrom
 
type(field_grid_point_param_to_dof_map_typegrid
 
type(field_grid_point_param_to_dof_map_typepoint
 
type(field_grid_point_param_to_dof_map_typeelement
 
type(field_grid_point_param_to_dof_map_typeparameters
 
type(field_grid_point_param_to_dof_map_typefield
 
type(field_grid_point_param_to_dof_map_typedof
 
type(field_grid_point_param_to_dof_map_typenumbers
 
type(field_gauss_point_param_to_dof_map_typegauss_point_param2dof_map
 
type(field_gauss_point_param_to_dof_map_typea
 
type(field_gauss_point_param_to_dof_map_typetype
 
type(field_gauss_point_param_to_dof_map_typeto
 
type(field_gauss_point_param_to_dof_map_typehold
 
type(field_gauss_point_param_to_dof_map_typethe
 
type(field_gauss_point_param_to_dof_map_typemapping
 
type(field_gauss_point_param_to_dof_map_typefrom
 
type(field_gauss_point_param_to_dof_map_typefield
 
type(field_gauss_point_param_to_dof_map_typegauss
 
type(field_gauss_point_param_to_dof_map_typepoint
 
type(field_gauss_point_param_to_dof_map_typeparameters
 
type(field_gauss_point_param_to_dof_map_typedof
 
type(field_gauss_point_param_to_dof_map_typenumbers
 
type(field_data_point_param_to_dof_map_typedata_point_param2dof_map
 
type(field_data_point_param_to_dof_map_typea
 
type(field_data_point_param_to_dof_map_typetype
 
type(field_data_point_param_to_dof_map_typeto
 
type(field_data_point_param_to_dof_map_typehold
 
type(field_data_point_param_to_dof_map_typethe
 
type(field_data_point_param_to_dof_map_typemapping
 
type(field_data_point_param_to_dof_map_typefrom
 
type(field_data_point_param_to_dof_map_typefield
 
type(field_data_point_param_to_dof_map_typedata
 
type(field_data_point_param_to_dof_map_typepoint
 
type(field_data_point_param_to_dof_map_typeparameters
 
type(field_data_point_param_to_dof_map_typedof
 
type(field_data_point_param_to_dof_map_typenumbers
 

Detailed Description

A type to hold the mapping from field parameters (nodes, elements, etc) to field dof numbers for a particular field variable component.

Definition at line 1243 of file types.f90.

Member Data Documentation

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::a

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::a

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::a

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::a

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::a

Definition at line 1250 of file types.f90.

integer(intg) types::field_param_to_dof_map_type::constant_param2dof_map

The field variable dof number of the constant parameter for this field variable component.

Definition at line 1245 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::data

Definition at line 1250 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::data_point_param2dof_map

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::dof

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::dof

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::dof

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::dof

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::dof

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::element

Definition at line 1246 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::element

Definition at line 1248 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::element_param2dof_map

Definition at line 1246 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::field

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::field

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::field

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::field

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::field

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::from

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::from

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::from

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::from

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::from

Definition at line 1250 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::gauss

Definition at line 1249 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::gauss_point_param2dof_map

Definition at line 1249 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::grid

Definition at line 1248 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::grid_point_param2dof_map

Definition at line 1248 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::hold

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::hold

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::hold

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::hold

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::hold

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::mapping

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::mapping

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::mapping

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::mapping

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::mapping

Definition at line 1250 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::node

Definition at line 1247 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::node_param2dof_map

Definition at line 1247 of file types.f90.

integer(intg) types::field_param_to_dof_map_type::number_of_constant_parameters

The number of constant field parameters for this field variable component. Note: this is currently always 1 but is included for completeness and to allow for multiple constants per field variable component in the future.

Definition at line 1244 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::numbers

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::numbers

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::numbers

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::numbers

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::numbers

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::parameters

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::parameters

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::parameters

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::parameters

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::parameters

Definition at line 1250 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::point

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::point

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::point

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::the

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::the

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::the

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::the

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::the

Definition at line 1250 of file types.f90.

type(field_element_param_to_dof_map_type) types::field_param_to_dof_map_type::to

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::to

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::to

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::to

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::to

Definition at line 1250 of file types.f90.

types::field_param_to_dof_map_type::type

Definition at line 1246 of file types.f90.

type(field_node_param_to_dof_map_type) types::field_param_to_dof_map_type::type

Definition at line 1247 of file types.f90.

type(field_grid_point_param_to_dof_map_type) types::field_param_to_dof_map_type::type

Definition at line 1248 of file types.f90.

type(field_gauss_point_param_to_dof_map_type) types::field_param_to_dof_map_type::type

Definition at line 1249 of file types.f90.

type(field_data_point_param_to_dof_map_type) types::field_param_to_dof_map_type::type

Definition at line 1250 of file types.f90.