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

Data Types

interface  hip_inhom_dirichlet_apply_vector
 
interface  hip_inhom_dirichlet_apply_scalar
 

Functions/Subroutines

subroutine device_inhom_dirichlet_apply_vector (msk, x, y, z, bla_x, bla_y, bla_z, m)
 
subroutine device_inhom_dirichlet_apply_scalar (msk, x, bla_x, m)
 

Function/Subroutine Documentation

◆ device_inhom_dirichlet_apply_scalar()

subroutine device_inhom_dirichlet::device_inhom_dirichlet_apply_scalar ( type(c_ptr)  msk,
type(c_ptr)  x,
type(c_ptr)  bla_x,
integer, intent(in)  m 
)

Definition at line 128 of file device_inhom_dirichlet.F90.

Here is the call graph for this function:

◆ device_inhom_dirichlet_apply_vector()

subroutine device_inhom_dirichlet::device_inhom_dirichlet_apply_vector ( type(c_ptr)  msk,
type(c_ptr)  x,
type(c_ptr)  y,
type(c_ptr)  z,
type(c_ptr)  bla_x,
type(c_ptr)  bla_y,
type(c_ptr)  bla_z,
integer, intent(in)  m 
)

Definition at line 112 of file device_inhom_dirichlet.F90.

Here is the call graph for this function: