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_vector_dev Interface Reference

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

Public Member Functions

subroutine bc_apply_vector_dev (this, x_d, y_d, z_d, t, tstep, strong)
 

Detailed Description

Parameters
x_dDevice pointer to the values to be applied for the x comp.
y_dDevice pointer to the values to be applied for the y comp.
z_dDevice pointer to the values to be applied for the z comp.
tThe time value.
tstepCurrent time-step.
strongWhether we are setting a strong or a weak bc.

Definition at line 225 of file bc.f90.

Constructor & Destructor Documentation

◆ bc_apply_vector_dev()

subroutine bc::bc_apply_vector_dev::bc_apply_vector_dev ( class(bc_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,
logical, intent(in), optional  strong 
)
virtual

Definition at line 225 of file bc.f90.


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