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

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

Private Member Functions

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

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.

Definition at line 177 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 
)
private

Definition at line 177 of file bc.f90.


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