|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
| subroutine | rotate_cyc_r1 (vx, vy, vz, idir, coef) |
| subroutine | rotate_cyc_r4 (vx, vy, vz, idir, coef) |
Definition at line 75 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_r1 | ( | real(kind=rp), dimension(:), intent(inout) | vx, |
| real(kind=rp), dimension(:), intent(inout) | vy, | ||
| real(kind=rp), dimension(:), intent(inout) | vz, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 749 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_r4 | ( | real(kind=rp), dimension(:,:,:,:), intent(inout) | vx, |
| real(kind=rp), dimension(:,:,:,:), intent(inout) | vy, | ||
| real(kind=rp), dimension(:,:,:,:), intent(inout) | vz, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 762 of file operators.f90.