Neko  0.8.1
A portable framework for high-order spectral element flow simulations
wall Module Reference

Defines wall boundary conditions. More...

Data Types

type  no_slip_wall_t
 No-slip Wall boundary condition. More...
 

Functions/Subroutines

subroutine no_slip_wall_apply_scalar (this, x, n, t, tstep)
 Boundary condition apply for a no-slip wall condition to a vector x. More...
 
subroutine no_slip_wall_apply_vector (this, x, y, z, n, t, tstep)
 Boundary condition apply for a no-slip wall condition to vectors x, y and z. More...
 
subroutine no_slip_wall_apply_scalar_dev (this, x_d, t, tstep)
 Boundary condition apply for a no-slip wall condition to a vector x (device version) More...
 
subroutine no_slip_wall_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Boundary condition apply for a no-slip wall condition to vectors x, y and z (device version) More...
 

Detailed Description

Defines wall boundary conditions.

Function/Subroutine Documentation

◆ no_slip_wall_apply_scalar()

subroutine wall::no_slip_wall_apply_scalar ( class(no_slip_wall_t), intent(inout)  this,
real(kind=rp), dimension(n), intent(inout)  x,
integer, intent(in)  n,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)

Boundary condition apply for a no-slip wall condition to a vector x.

Definition at line 55 of file wall.f90.

◆ no_slip_wall_apply_scalar_dev()

subroutine wall::no_slip_wall_apply_scalar_dev ( class(no_slip_wall_t), intent(inout), target  this,
type(c_ptr)  x_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

Boundary condition apply for a no-slip wall condition to a vector x (device version)

Definition at line 95 of file wall.f90.

Here is the call graph for this function:

◆ no_slip_wall_apply_vector()

subroutine wall::no_slip_wall_apply_vector ( class(no_slip_wall_t), intent(inout)  this,
real(kind=rp), dimension(n), intent(inout)  x,
real(kind=rp), dimension(n), intent(inout)  y,
real(kind=rp), dimension(n), intent(inout)  z,
integer, intent(in)  n,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

Boundary condition apply for a no-slip wall condition to vectors x, y and z.

Definition at line 73 of file wall.f90.

◆ no_slip_wall_apply_vector_dev()

subroutine wall::no_slip_wall_apply_vector_dev ( class(no_slip_wall_t), intent(inout), target  this,
type(c_ptr)  x_d,
type(c_ptr)  y_d,
type(c_ptr)  z_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

Boundary condition apply for a no-slip wall condition to vectors x, y and z (device version)

Definition at line 107 of file wall.f90.

Here is the call graph for this function: