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