Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
operators::rotate_cyc Interface Reference

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)
 

Detailed Description

Definition at line 111 of file operators.f90.

Member Function/Subroutine Documentation

◆ rotate_cyc_d()

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.

◆ rotate_cyc_f()

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.

◆ rotate_cyc_r1()

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.

◆ rotate_cyc_r4()

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.


The documentation for this interface was generated from the following file: