|
Neko 0.9.1
A portable framework for high-order spectral element flow simulations
|
#include <device/device_config.h>#include <device/cuda/check.h>#include "gradient_jump_penalty_kernel.h"#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| void | cuda_pick_facet_value_hex (void *b, void *a, int *nx, int *nel) |
| void | cuda_gradient_jump_penalty_finalize (void *penalty_d, void *penalty_facet_d, void *dphidxi_d, int *nx, int *nel) |
| void cuda_gradient_jump_penalty_finalize | ( | void * | penalty_d, |
| void * | penalty_facet_d, | ||
| void * | dphidxi_d, | ||
| int * | nx, | ||
| int * | nel | ||
| ) |
Definition at line 54 of file gradient_jump_penalty.cu.

