grid_tools  1.13.0
pmat4::axial Interface Reference

Private Member Functions

real(dp) function, dimension(3) axial33_d (b)
 Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence. More...
 
real(sp) function, dimension(3) axial33_s (b)
 Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence. More...
 
real(dp) function, dimension(3, 3) axial3_d (a)
 Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence. More...
 
real(sp) function, dimension(3, 3) axial3_s (a)
 Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence. More...
 

Detailed Description

Definition at line 73 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ axial33_d()

real(dp) function, dimension(3) pmat4::axial::axial33_d ( real(dp), dimension(3,3), intent(in)  b)
private

Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence.

Parameters
[in]breal type input antisymmetric matrix "axial vector" B
Returns
a result, 3-vector corresponding to B
Author
R. J. Purser

Definition at line 462 of file pmat4.f90.

◆ axial33_s()

real(sp) function, dimension(3) pmat4::axial::axial33_s ( real(sp), dimension(3,3), intent(in)  b)
private

Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence.

Parameters
[in]breal type input antisymmetric matrix "axial vector" B
Returns
a result, 3-vector corresponding to B
Author
R. J. Purser

Definition at line 448 of file pmat4.f90.

◆ axial3_d()

real(dp) function, dimension(3,3) pmat4::axial::axial3_d ( real(dp), dimension(3), intent(in)  a)
private

Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence.

Parameters
[in]areal type input 3-vector A
Returns
b result, antisymmetrix "axial vector" matrix corresponding to A
Author
R. J. Purser

Definition at line 434 of file pmat4.f90.

◆ axial3_s()

real(sp) function, dimension(3,3) pmat4::axial::axial3_s ( real(sp), dimension(3), intent(in)  a)
private

Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence.

Parameters
[in]areal type input 3-vector A
Returns
b result, antisymmetrix "axial vector" matrix corresponding to A
Author
R. J. Purser

Definition at line 420 of file pmat4.f90.


The documentation for this interface was generated from the following file: