|
BSpline Finite Element Exterior Calculus
|
Module for empty coordinate transformation. More...
Data Types | |
| type | notransform |
Functions/Subroutines | |
| pure real(wp) function, public | no_transform (this, i, xp, yp, zp) |
| The i-th component of the no transformation. | |
| pure real(wp) function, public | no_inverse_transform (this, i, x, y, z) |
| The i-th component of the inverse no transformation. | |
| pure real(wp) function, public | no_jacobian (this, xp, yp, zp) |
| The Jacobian determinant of the no transformation. | |
| pure real(wp) function, public | no_jacobian_matrix (this, i, j, xp, yp, zp) |
| The (i, j)-th component of the Jacobian matrix of the no transformation. | |
| pure real(wp) function, public | no_jacobian_matrix_inv (this, i, j, xp, yp, zp) |
| The (i, j)-th component of the inverse of the Jacobian matrix of the no transformation. | |
| pure real(wp) function, public | no_g_matrix (this, i, j, xp, yp, zp) |
| The (i, j)-th component of the metric tensor of the no transformation. | |
| pure real(wp) function, public | no_g_matrix_inv (this, i, j, xp, yp, zp) |
| The (i, j)-th component of the inverse metric tensor of the no transformation. | |
Module for empty coordinate transformation.
| pure real(wp) function, public m_coord_transform_no::no_g_matrix | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j, | ||
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The (i, j)-th component of the metric tensor of the no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The row index |
| [in] | j | The column index |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |
| pure real(wp) function, public m_coord_transform_no::no_g_matrix_inv | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j, | ||
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The (i, j)-th component of the inverse metric tensor of the no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The row index |
| [in] | j | The column index |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |
| pure real(wp) function, public m_coord_transform_no::no_inverse_transform | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| real(wp), intent(in) | x, | ||
| real(wp), intent(in) | y, | ||
| real(wp), intent(in) | z ) |
The i-th component of the inverse no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The index of the component |
| [in] | x | The x coordinate |
| [in] | y | The y coordinate |
| [in] | z | The z coordinate |
| pure real(wp) function, public m_coord_transform_no::no_jacobian | ( | type(notransform), intent(in) | this, |
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The Jacobian determinant of the no transformation.
| [in] | this | The NoTransform object |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |
| pure real(wp) function, public m_coord_transform_no::no_jacobian_matrix | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j, | ||
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The (i, j)-th component of the Jacobian matrix of the no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The row index |
| [in] | j | The column index |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |
| pure real(wp) function, public m_coord_transform_no::no_jacobian_matrix_inv | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j, | ||
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The (i, j)-th component of the inverse of the Jacobian matrix of the no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The row index |
| [in] | j | The column index |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |
| pure real(wp) function, public m_coord_transform_no::no_transform | ( | type(notransform), intent(in) | this, |
| integer, intent(in) | i, | ||
| real(wp), intent(in) | xp, | ||
| real(wp), intent(in) | yp, | ||
| real(wp), intent(in) | zp ) |
The i-th component of the no transformation.
| [in] | this | The NoTransform object |
| [in] | i | The index of the component |
| [in] | xp | The radial coordinate |
| [in] | yp | The angular coordinate |
| [in] | zp | The height coordinate |