Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
no_slip Module Reference

Defines no-slip boundary condition (extends zero_dirichlet)

Data Types

type  no_slip_t
 

Functions/Subroutines

subroutine no_slip_init (this, coef, json)
 
subroutine no_slip_apply_vector (this, x, y, z, n, time, strong)
 
subroutine no_slip_apply_vector_dev (this, x_d, y_d, z_d, time, strong, strm)
 
subroutine no_slip_free (this)
 

Function/Subroutine Documentation

◆ no_slip_apply_vector()

subroutine no_slip::no_slip_apply_vector ( class(no_slip_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,
type(time_state_t), intent(in), optional  time,
logical, intent(in), optional  strong 
)
private

Definition at line 93 of file no_slip.f90.

Here is the call graph for this function:

◆ no_slip_apply_vector_dev()

subroutine no_slip::no_slip_apply_vector_dev ( class(no_slip_t), intent(inout), target  this,
type(c_ptr), intent(inout x_d,
type(c_ptr), intent(inout y_d,
type(c_ptr), intent(inout z_d,
type(time_state_t), intent(in), optional  time,
logical, intent(in), optional  strong,
type(c_ptr), intent(inout strm 
)
private

Definition at line 116 of file no_slip.f90.

Here is the call graph for this function:

◆ no_slip_free()

subroutine no_slip::no_slip_free ( class(no_slip_t), intent(inout), target  this)
private

Definition at line 142 of file no_slip.f90.

◆ no_slip_init()

subroutine no_slip::no_slip_init ( class(no_slip_t), intent(inout), target  this,
type(coef_t), intent(in), target  coef,
type(json_file), intent(inout json 
)

Definition at line 65 of file no_slip.f90.