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

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

Private Member Functions

subroutine bc_apply_scalar (this, x, n, t, tstep)
 

Detailed Description

Parameters
xThe field for which to apply the boundary condition.
nThe size of x.
tCurrent time.
tstepCurrent time-step.

Definition at line 118 of file bc.f90.

Constructor & Destructor Documentation

◆ bc_apply_scalar()

subroutine bc::bc_apply_scalar::bc_apply_scalar ( class(bc_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 
)
private

Definition at line 118 of file bc.f90.


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