|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Definition at line 73 of file pmat4.f90.
◆ axial33_d()
real(dp) function, dimension(3) pmat4::axial::axial33_d |
( |
real(dp), dimension(3,3), intent(in) | b | ) |
|
Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence.
- Parameters
-
[in] | b | real type input antisymmetric matrix "axial vector" B |
- Returns
- a result, 3-vector corresponding to B
- Author
- R. J. Purser
Definition at line 461 of file pmat4.f90.
References pietc::o2.
◆ axial33_s()
real(sp) function, dimension(3) pmat4::axial::axial33_s |
( |
real(sp), dimension(3,3), intent(in) | b | ) |
|
Return the 3-vector corresponding to the given antisymmetric "axial vector" matrix, assuming a right-handed correspondence.
- Parameters
-
[in] | b | real type input antisymmetric matrix "axial vector" B |
- Returns
- a result, 3-vector corresponding to B
- Author
- R. J. Purser
Definition at line 447 of file pmat4.f90.
◆ axial3_d()
real(dp) function, dimension(3,3) pmat4::axial::axial3_d |
( |
real(dp), dimension(3), intent(in) | a | ) |
|
Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence.
- Parameters
-
[in] | a | real type input 3-vector A |
- Returns
- b result, antisymmetrix "axial vector" matrix corresponding to A
- Author
- R. J. Purser
Definition at line 433 of file pmat4.f90.
References pietc::u0.
◆ axial3_s()
real(sp) function, dimension(3,3) pmat4::axial::axial3_s |
( |
real(sp), dimension(3), intent(in) | a | ) |
|
Return the axial "vector", as an antisymmetric matrix, corresponding to the given 3-vector assuming a right-handed correspondence.
- Parameters
-
[in] | a | real type input 3-vector A |
- Returns
- b result, antisymmetrix "axial vector" matrix corresponding to A
- Author
- R. J. Purser
Definition at line 419 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90