|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Data Types | |
| interface | hip_neumann_apply_scalar |
| interface | hip_neumann_apply_vector |
Functions/Subroutines | |
| subroutine, public | device_neumann_apply_scalar (msk, facet, x, flux, area, lx, m, strm) |
| subroutine, public | device_neumann_apply_vector (msk, facet, x, y, z, flux_x, flux_y, flux_z, area, lx, m, strm) |
| subroutine, public device_neumann::device_neumann_apply_scalar | ( | type(c_ptr) | msk, |
| type(c_ptr) | facet, | ||
| type(c_ptr) | x, | ||
| type(c_ptr) | flux, | ||
| type(c_ptr) | area, | ||
| integer, intent(in) | lx, | ||
| integer, intent(in) | m, | ||
| type(c_ptr) | strm | ||
| ) |
Definition at line 108 of file device_neumann.F90.


| subroutine, public device_neumann::device_neumann_apply_vector | ( | type(c_ptr) | msk, |
| type(c_ptr) | facet, | ||
| type(c_ptr) | x, | ||
| type(c_ptr) | y, | ||
| type(c_ptr) | z, | ||
| type(c_ptr) | flux_x, | ||
| type(c_ptr) | flux_y, | ||
| type(c_ptr) | flux_z, | ||
| type(c_ptr) | area, | ||
| integer, intent(in) | lx, | ||
| integer, intent(in) | m, | ||
| type(c_ptr) | strm | ||
| ) |
Definition at line 125 of file device_neumann.F90.

