OpenCMISS-Iron Internal API Documentation
|
Contains information for a component of a field variable. More...
Public Attributes | |
integer(intg) | component_number |
The number of the field variable component. More... | |
type(field_variable_type), pointer | field_variable |
A pointer to the field variable for this component. More... | |
type(varying_string) | component_label |
The label for the field variable component. More... | |
integer(intg) | interpolation_type |
The interpolation type of the field variable component. More... | |
integer(intg) | mesh_component_number |
The mesh component of the field decomposition for this field variable component. More... | |
integer(intg) | scaling_index |
The index into the defined field scalings for this field variable component. More... | |
type(domain_type), pointer | domain |
A pointer to the domain of the field decomposition for this field variable component. More... | |
integer(intg) | maxnumberelementinterpolationparameters |
The maximum number of interpolation parameters in an element for a field variable component. More... | |
integer(intg) | maxnumbernodeinterpolationparameters |
The maximum number of interpolation parameters in an element for a field variable component. More... | |
type(field_param_to_dof_map_type) | param_to_dof_map |
The mapping of the field parameters to the field dofs for this field variable component. More... | |
Contains information for a component of a field variable.
type(varying_string) types::field_variable_component_type::component_label |
integer(intg) types::field_variable_component_type::component_number |
type(domain_type), pointer types::field_variable_component_type::domain |
type(field_variable_type), pointer types::field_variable_component_type::field_variable |
integer(intg) types::field_variable_component_type::interpolation_type |
integer(intg) types::field_variable_component_type::maxnumberelementinterpolationparameters |
integer(intg) types::field_variable_component_type::maxnumbernodeinterpolationparameters |
integer(intg) types::field_variable_component_type::mesh_component_number |
type(field_param_to_dof_map_type) types::field_variable_component_type::param_to_dof_map |