Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
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, time, strong, strm)
 

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.
timeThe time state.
strongWhether we are setting a strong or a weak bc.
strmDevice stream

Definition at line 230 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), intent(inout x_d,
type(c_ptr), intent(inout y_d,
type(c_ptr), intent(inout z_d,
type(time_state_t), intent(in), optional  time,
logical, intent(in), optional  strong,
type(c_ptr), intent(inout strm 
)
virtual

Definition at line 230 of file bc.f90.


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