|
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...
|
|
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 | ) |
|
|
private |
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 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] | b | real 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] | a | real 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] | a | real 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:
- /lfs/h2/emc/stmp/george.gayno/UFS_UTILS.tag/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90