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

Defines inflow dirichlet conditions. More...

Data Types

type  inflow_t
 Dirichlet condition for inlet (vector valued) More...
 

Functions/Subroutines

subroutine inflow_apply_scalar (this, x, n, t, tstep)
 No-op scalar apply. More...
 
subroutine inflow_apply_scalar_dev (this, x_d, t, tstep)
 No-op scalar apply (device version) More...
 
subroutine inflow_apply_vector (this, x, y, z, n, t, tstep)
 Apply inflow conditions (vector valued) More...
 
subroutine inflow_apply_vector_dev (this, x_d, y_d, z_d, t, tstep)
 Apply inflow conditions (vector valued) (device version) More...
 
subroutine inflow_set_vector (this, x)
 Set inflow vector. More...
 

Detailed Description

Defines inflow dirichlet conditions.

Function/Subroutine Documentation

◆ inflow_apply_scalar()

subroutine inflow::inflow_apply_scalar ( class(inflow_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 
)

No-op scalar apply.

Definition at line 56 of file inflow.f90.

◆ inflow_apply_scalar_dev()

subroutine inflow::inflow_apply_scalar_dev ( class(inflow_t), intent(inout), target  this,
type(c_ptr)  x_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep 
)
private

No-op scalar apply (device version)

Definition at line 65 of file inflow.f90.

◆ inflow_apply_vector()

subroutine inflow::inflow_apply_vector ( class(inflow_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

Apply inflow conditions (vector valued)

Definition at line 73 of file inflow.f90.

◆ inflow_apply_vector_dev()

subroutine inflow::inflow_apply_vector_dev ( class(inflow_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

Apply inflow conditions (vector valued) (device version)

Definition at line 93 of file inflow.f90.

Here is the call graph for this function:

◆ inflow_set_vector()

subroutine inflow::inflow_set_vector ( class(inflow_t), intent(inout)  this,
real(kind=rp), dimension(3), intent(inout)  x 
)
private

Set inflow vector.

Definition at line 107 of file inflow.f90.