grid_tools
1.5.0
|
Euclidean geometry, geometric (stereographic) projections, related transformations (Mobius). More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cyclic (u1, u2, u3, d1, d2, d3) |
Cyclically permute real vectors, u1, u2, u3, and scalars, d1, d2, d3. More... | |
subroutine | cyclic (u1, u2, u3, d1, d2, d3) |
Cyclically permute real vectors, u1, u2, u3, and scalars, d1, d2, d3. More... | |
Euclidean geometry, geometric (stereographic) projections, related transformations (Mobius).
Definition in file pmat4.f90.
subroutine sarea_s::cyclic | ( | real(sp), dimension(3), intent(inout) | u1, |
real(sp), dimension(3), intent(inout) | u2, | ||
real(sp), dimension(3), intent(inout) | u3, | ||
real(sp), intent(inout) | d1, | ||
real(sp), intent(inout) | d2, | ||
real(sp), intent(inout) | d3 | ||
) |
Cyclically permute real vectors, u1, u2, u3, and scalars, d1, d2, d3.
[in,out] | u1 | real vector to be shifted |
[in,out] | u2 | real vector to be shifted |
[in,out] | u3 | real vector to be shifted |
[in,out] | d1 | real variable to be shifted |
[in,out] | d2 | real variable to be shifted |
[in,out] | d3 | real variable to be shifted |
Definition at line 704 of file pmat4.f90.
Referenced by pmat4::sarea_d(), and pmat4::sarea_s().
subroutine sarea_d::cyclic | ( | real(dp), dimension(3), intent(inout) | u1, |
real(dp), dimension(3), intent(inout) | u2, | ||
real(dp), dimension(3), intent(inout) | u3, | ||
real(dp), intent(inout) | d1, | ||
real(dp), intent(inout) | d2, | ||
real(dp), intent(inout) | d3 | ||
) |
Cyclically permute real vectors, u1, u2, u3, and scalars, d1, d2, d3.
[in,out] | u1 | real vector to be shifted |
[in,out] | u2 | real vector to be shifted |
[in,out] | u3 | real vector to be shifted |
[in,out] | d1 | real variable to be shifted |
[in,out] | d2 | real variable to be shifted |
[in,out] | d3 | real variable to be shifted |