Loading [MathJax]/extensions/tex2jax.js
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
bc::bc_apply_scalar_dev Interface Reference

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

Public Member Functions

subroutine bc_apply_scalar_dev (this, x_d, t, tstep, strong)
 

Detailed Description

Parameters
x_dDevice pointer to the field.
tThe time value.
tstepThe time iteration.
strongWhether we are setting a strong or a weak bc.

Definition at line 205 of file bc.f90.

Constructor & Destructor Documentation

◆ bc_apply_scalar_dev()

subroutine bc::bc_apply_scalar_dev::bc_apply_scalar_dev ( class(bc_t), intent(inout), target  this,
type(c_ptr)  x_d,
real(kind=rp), intent(in), optional  t,
integer, intent(in), optional  tstep,
logical, intent(in), optional  strong 
)
virtual

Definition at line 205 of file bc.f90.


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