|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
#include <device/device_config.h>#include <device/cuda/check.h>#include "constrain_mixed_bc_kernel.h"Go to the source code of this file.
Functions | |
| void | cuda_constrain_mixed_bc_zero (void *mixed_msk, void *x, void *y, void *z, int *constraint_n, int *constraint_t1, int *constraint_t2, void *n, void *t1, void *t2, int *m, cudaStream_t strm) |
| void | cuda_constrain_mixed_bc_set (void *mixed_msk, void *x, void *y, void *z, int *constraint_n, int *constraint_t1, int *constraint_t2, void *n, void *t1, void *t2, void *values_n, void *values_t1, void *values_t2, int *m, cudaStream_t strm) |
| void | cuda_constrain_mixed_bc_set_const (void *mixed_msk, void *x, void *y, void *z, int *constraint_n, int *constraint_t1, int *constraint_t2, void *n, void *t1, void *t2, real *value_n, real *value_t1, real *value_t2, int *m, cudaStream_t strm) |
| void cuda_constrain_mixed_bc_set | ( | void * | mixed_msk, |
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| int * | constraint_n, | ||
| int * | constraint_t1, | ||
| int * | constraint_t2, | ||
| void * | n, | ||
| void * | t1, | ||
| void * | t2, | ||
| void * | values_n, | ||
| void * | values_t1, | ||
| void * | values_t2, | ||
| int * | m, | ||
| cudaStream_t | strm | ||
| ) |
Definition at line 69 of file constrain_mixed_bc.cu.


| void cuda_constrain_mixed_bc_set_const | ( | void * | mixed_msk, |
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| int * | constraint_n, | ||
| int * | constraint_t1, | ||
| int * | constraint_t2, | ||
| void * | n, | ||
| void * | t1, | ||
| void * | t2, | ||
| real * | value_n, | ||
| real * | value_t1, | ||
| real * | value_t2, | ||
| int * | m, | ||
| cudaStream_t | strm | ||
| ) |
Definition at line 100 of file constrain_mixed_bc.cu.


| void cuda_constrain_mixed_bc_zero | ( | void * | mixed_msk, |
| void * | x, | ||
| void * | y, | ||
| void * | z, | ||
| int * | constraint_n, | ||
| int * | constraint_t1, | ||
| int * | constraint_t2, | ||
| void * | n, | ||
| void * | t1, | ||
| void * | t2, | ||
| int * | m, | ||
| cudaStream_t | strm | ||
| ) |
Definition at line 42 of file constrain_mixed_bc.cu.

