Neko  0.8.99
A portable framework for high-order spectral element flow simulations
bc::bc_apply_vector Interface Reference

Apply the boundary condition to a vector field. More...

Private Member Functions

subroutine bc_apply_vector (this, x, y, z, n, t, tstep)
 

Detailed Description

Parameters
xThe x comp of the field for which to apply the bc.
yThe y comp of the field for which to apply the bc.
zThe z comp of the field for which to apply the bc.
nThe size of x, y, and z.
tCurrent time.
tstepCurrent time-step.

Definition at line 137 of file bc.f90.

Constructor & Destructor Documentation

◆ bc_apply_vector()

subroutine bc::bc_apply_vector::bc_apply_vector ( class(bc_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

Definition at line 137 of file bc.f90.


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