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

A type to hold the field scalings for the field. More...

Collaboration diagram for types::field_scalings_type:

Public Attributes

integer(intg) scaling_type
 The type of scaling that is applied to the field. More...
 
integer(intg) number_of_scaling_indices
 The number of scaling indices (or sets of scale factors) for the field. In general there will be a set of scale factors (or a scaling index) for each different mesh component that is used by the field variable components. More...
 
type(field_scaling_type), dimension(:), allocatable scalings
 SCALINGS(scaling_idx). The scaling factors for the scaling_idx'th set of scaling factors. More...
 

Detailed Description

A type to hold the field scalings for the field.

Definition at line 1176 of file types.f90.

Member Data Documentation

integer(intg) types::field_scalings_type::number_of_scaling_indices

The number of scaling indices (or sets of scale factors) for the field. In general there will be a set of scale factors (or a scaling index) for each different mesh component that is used by the field variable components.

Definition at line 1178 of file types.f90.

integer(intg) types::field_scalings_type::scaling_type

The type of scaling that is applied to the field.

See also
FIELD_ROUTINES_ScalingTypes

Definition at line 1177 of file types.f90.

type(field_scaling_type), dimension(:), allocatable types::field_scalings_type::scalings

SCALINGS(scaling_idx). The scaling factors for the scaling_idx'th set of scaling factors.

Definition at line 1179 of file types.f90.