Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
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) |
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.
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.