OpenCMISS-Iron Internal API Documentation
|
A type to hold the scale factors for the appropriate mesh component of a field. More...
Public Attributes | |
integer(intg) | mesh_component_number |
The mesh component number of a field variable component that the scaling factors are associated with. More... | |
integer(intg) | max_number_of_derivatives |
The maximum number of derivatives in the mesh component. More... | |
integer(intg) | max_number_of_element_parameters |
The maximum number of element parameters in the mesh component. More... | |
type(distributed_vector_type), pointer | scale_factors |
SCALE_FACTORS(nk,np). The scale factor that is applied to the nk'th derivative of the np'th node of the mesh component. More... | |
A type to hold the scale factors for the appropriate mesh component of a field.
integer(intg) types::field_scaling_type::max_number_of_derivatives |
integer(intg) types::field_scaling_type::max_number_of_element_parameters |
integer(intg) types::field_scaling_type::mesh_component_number |
type(distributed_vector_type), pointer types::field_scaling_type::scale_factors |
SCALE_FACTORS(nk,np). The scale factor that is applied to the nk'th derivative of the np'th node of the mesh component.