|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
#include <hip/hip_runtime.h>

Go to the source code of this file.
Functions | |
| template<typename T > | |
| __global__ void | zero_dirichlet_apply_scalar_kernel (const int *__restrict__ msk, T *__restrict__ x, const int m) |
| template<typename T > | |
| __global__ void | zero_dirichlet_apply_vector_kernel (const int *__restrict__ msk, T *__restrict__ x, T *__restrict__ y, T *__restrict__ z, const int m) |
| __global__ void zero_dirichlet_apply_scalar_kernel | ( | const int *__restrict__ | msk, |
| T *__restrict__ | x, | ||
| const int | m | ||
| ) |
Device kernel for scalar apply for a zero-dirichlet conditon
Definition at line 44 of file zero_dirichlet_kernel.h.

| __global__ void zero_dirichlet_apply_vector_kernel | ( | const int *__restrict__ | msk, |
| T *__restrict__ | x, | ||
| T *__restrict__ | y, | ||
| T *__restrict__ | z, | ||
| const int | m | ||
| ) |
Device kernel for vector apply for a zero-dirichlet conditon
Definition at line 61 of file zero_dirichlet_kernel.h.
