|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Apply cyclic boundary condition to a vector field. More...
Public Member Functions | |
| subroutine | rotate_cyc_r1 (vx, vy, vz, idir, coef) |
| subroutine | rotate_cyc_r4 (vx, vy, vz, idir, coef) |
| subroutine | rotate_cyc_d (vx_d, vy_d, vz_d, idir, coef) |
| subroutine | rotate_cyc_f (vx, vy, vz, idir, coef) |
Definition at line 111 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_d | ( | type(c_ptr), intent(inout) | vx_d, |
| type(c_ptr), intent(inout) | vy_d, | ||
| type(c_ptr), intent(inout) | vz_d, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 1120 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_f | ( | type(field_t), intent(inout) | vx, |
| type(field_t), intent(inout) | vy, | ||
| type(field_t), intent(inout) | vz, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 1130 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_r1 | ( | real(kind=rp), dimension(:), intent(inout), contiguous | vx, |
| real(kind=rp), dimension(:), intent(inout), contiguous | vy, | ||
| real(kind=rp), dimension(:), intent(inout), contiguous | vz, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 1078 of file operators.f90.
| subroutine operators::rotate_cyc::rotate_cyc_r4 | ( | real(kind=rp), dimension(:,:,:,:), intent(inout), contiguous | vx, |
| real(kind=rp), dimension(:,:,:,:), intent(inout), contiguous | vy, | ||
| real(kind=rp), dimension(:,:,:,:), intent(inout), contiguous | vz, | ||
| integer, intent(in) | idir, | ||
| type(coef_t), intent(in) | coef | ||
| ) |
Definition at line 1099 of file operators.f90.