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

Contains information on a physical point in a field. More...

Collaboration diagram for types::field_physical_point_type:

Public Attributes

type(field_interpolated_point_type), pointer field_interpolated_point
 A pointer to the interpolated point of the field that is to be interpolated. More...
 
type(field_interpolated_point_type), pointer geometric_interpolated_point
 A pointer to the interpolated point of the geometric field that is to be interpolated. More...
 
integer(intg) physical_derivative_type
 The type of the physical derivatives that have been interpolated. More...
 
real(dp), dimension(:), allocatable values
 VALUES(component_idx). The physical field component values. More...
 

Detailed Description

Contains information on a physical point in a field.

Definition at line 1099 of file types.f90.

Member Data Documentation

type(field_interpolated_point_type), pointer types::field_physical_point_type::field_interpolated_point

A pointer to the interpolated point of the field that is to be interpolated.

Definition at line 1100 of file types.f90.

type(field_interpolated_point_type), pointer types::field_physical_point_type::geometric_interpolated_point

A pointer to the interpolated point of the geometric field that is to be interpolated.

Definition at line 1101 of file types.f90.

integer(intg) types::field_physical_point_type::physical_derivative_type

The type of the physical derivatives that have been interpolated.

See also
CONSTANTS::PhysicalDerivativeConstants

Definition at line 1102 of file types.f90.

real(dp), dimension(:), allocatable types::field_physical_point_type::values

VALUES(component_idx). The physical field component values.

Definition at line 1103 of file types.f90.