Neko  0.8.99
A portable framework for high-order spectral element flow simulations
device_dirichlet Module Reference

Data Types

interface  hip_dirichlet_apply_scalar
 
interface  hip_dirichlet_apply_vector
 

Functions/Subroutines

subroutine, public device_dirichlet_apply_scalar (msk, x, g, m)
 
subroutine, public device_dirichlet_apply_vector (msk, x, y, z, g, m)
 

Function/Subroutine Documentation

◆ device_dirichlet_apply_scalar()

subroutine, public device_dirichlet::device_dirichlet_apply_scalar ( type(c_ptr)  msk,
type(c_ptr)  x,
real(kind=rp), intent(in)  g,
integer, intent(in)  m 
)

Definition at line 118 of file device_dirichlet.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ device_dirichlet_apply_vector()

subroutine, public device_dirichlet::device_dirichlet_apply_vector ( type(c_ptr)  msk,
type(c_ptr)  x,
type(c_ptr)  y,
type(c_ptr)  z,
real(kind=rp), intent(in)  g,
integer, intent(in)  m 
)

Definition at line 135 of file device_dirichlet.F90.

Here is the call graph for this function:
Here is the caller graph for this function: