Contains the parameters required to interpolate a field variable within an element. Old CMISS name XE.
More...
|
type(field_type), pointer | field |
| A pointer to the field to be interpolated. More...
|
|
type(field_variable_type), pointer | field_variable |
| A pointer to the field VARIABLE to be interpolated. More...
|
|
integer(intg) | number_of_xi |
| The number of xi directions for the interpolation parameters. More...
|
|
type(basis_ptr_type), dimension(:), allocatable | bases |
| BASES(component_idx). An array to hold a pointer to the basis (if any) used for interpolating the component_idx'th component of the field variable. More...
|
|
integer(intg), dimension(:), allocatable | number_of_parameters |
| NUMBER_OF_PARAMETERS(component_idx). The number of interpolation parameters used for interpolating the component_idx'th component of the field variable. More...
|
|
real(dp), dimension(:,:), allocatable | parameters |
| PARAMETERS(ns,component_idx). The ns'th interpolation parameter used for interpolating the component_idx'th component of the field variable. More...
|
|
real(dp), dimension(:,:), allocatable | scale_factors |
| SCALE_FACTORS(ns,component_idx). The scale factors used for scaling the component_idx'th component of the field variable. More...
|
|
Contains the parameters required to interpolate a field variable within an element. Old CMISS name XE.
Definition at line 1141 of file types.f90.