Contains the interpolated point coordinate metrics. Old CMISS name GL,GU,RG.
More...
|
type(field_interpolated_point_type), pointer | interpolated_point |
| A pointer to the interpolated point. More...
|
|
integer(intg) | number_of_x_dimensions |
| The number of X dimensions. More...
|
|
integer(intg) | number_of_xi_dimensions |
| The number of Xi dimensions. More...
|
|
real(dp), dimension(:,:), allocatable | gl |
| GL(m_xi_idx,n_xi_idx). Covariant metric tensor. Old CMISS name GL. More...
|
|
real(dp), dimension(:,:), allocatable | gu |
| GU(m_xi_idx,n_xi_idx). Contravariant metric tensor. Old CMISS name GU. More...
|
|
real(dp), dimension(:,:), allocatable | dx_dxi |
| DX_DXI(coord_idx,xi_idx). Rate of change of the X coordinate system wrt the Xi coordinate system. More...
|
|
real(dp), dimension(:,:), allocatable | dxi_dx |
| DXI_DX(xi_idx,coord_idx). Rate of change of the Xi coordinate system wrt the X coordinate system. More...
|
|
real(dp) | jacobian |
| The Jacobian of the Xi to X coordinate system transformation. Old CMISS name RG. More...
|
|
integer(intg) | jacobian_type |
| The type of Jacobian. More...
|
|
Contains the interpolated point coordinate metrics. Old CMISS name GL,GU,RG.
Definition at line 1112 of file types.f90.
real(dp), dimension(:,:), allocatable types::field_interpolated_point_metrics_type::dx_dxi |
DX_DXI(coord_idx,xi_idx). Rate of change of the X coordinate system wrt the Xi coordinate system.
Definition at line 1118 of file types.f90.
real(dp), dimension(:,:), allocatable types::field_interpolated_point_metrics_type::dxi_dx |
DXI_DX(xi_idx,coord_idx). Rate of change of the Xi coordinate system wrt the X coordinate system.
Definition at line 1119 of file types.f90.
real(dp), dimension(:,:), allocatable types::field_interpolated_point_metrics_type::gl |
GL(m_xi_idx,n_xi_idx). Covariant metric tensor. Old CMISS name GL.
Definition at line 1116 of file types.f90.
real(dp), dimension(:,:), allocatable types::field_interpolated_point_metrics_type::gu |
GU(m_xi_idx,n_xi_idx). Contravariant metric tensor. Old CMISS name GU.
Definition at line 1117 of file types.f90.
A pointer to the interpolated point.
Definition at line 1113 of file types.f90.
real(dp) types::field_interpolated_point_metrics_type::jacobian |
The Jacobian of the Xi to X coordinate system transformation. Old CMISS name RG.
Definition at line 1120 of file types.f90.
integer(intg) types::field_interpolated_point_metrics_type::jacobian_type |
integer(intg) types::field_interpolated_point_metrics_type::number_of_x_dimensions |
The number of X dimensions.
Definition at line 1114 of file types.f90.
integer(intg) types::field_interpolated_point_metrics_type::number_of_xi_dimensions |
The number of Xi dimensions.
Definition at line 1115 of file types.f90.