Contains the interpolated value (and the derivatives wrt xi) of a field at a point. Old CMISS name XG.
More...
|
type(field_interpolation_parameters_type), pointer | interpolation_parameters |
| A pointer to the interpolation parameters of the field that is to be interpolated. More...
|
|
integer(intg) | max_partial_derivative_index |
| The maximum number of partial derivatives that have been allocated for the values component. More...
|
|
integer(intg) | partial_derivative_type |
| The type of the partial derivatives that have been interpolated. PARTIAL_DERIVATIVE_TYPE can be either NO_PART_DERIV, FIRST_PART_DERIV or SECOND_PART_DERIV depending on whether just the field value, the field value and all first derivatives (including cross derivatives) or the first value and all first and second derivatives have been interpolated. More...
|
|
real(dp), dimension(:,:), allocatable | values |
| VALUES(component_idx,nu). The interpolated field components and their partial derivatives. More...
|
|
Contains the interpolated value (and the derivatives wrt xi) of a field at a point. Old CMISS name XG.
Definition at line 1129 of file types.f90.