Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Data Types | |
interface | hip_inhom_dirichlet_apply_scalar |
interface | hip_inhom_dirichlet_apply_vector |
Functions/Subroutines | |
subroutine | device_inhom_dirichlet_apply_vector (msk, x, y, z, bla_x, bla_y, bla_z, m, strm) |
subroutine | device_inhom_dirichlet_apply_scalar (msk, x, bla_x, m, strm) |
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, | ||
type(c_ptr) | strm | ||
) |
Definition at line 136 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, | ||
type(c_ptr) | strm | ||
) |
Definition at line 115 of file device_inhom_dirichlet.F90.