|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
#include <device/device_config.h>#include <device/cuda/check.h>#include "entropy_viscosity_kernel.h"Go to the source code of this file.
Functions | |
| void | cuda_entropy_visc_compute_residual (void *entropy_residual, void *S, void *S_lag1, void *S_lag2, void *S_lag3, real *bdf1, real *bdf2, real *bdf3, real *bdf4, real *dt, int *n) |
| void | cuda_entropy_visc_compute_viscosity (void *reg_coeff, void *entropy_residual, void *h, real *c_avisc_entropy, real *n_S, int *n) |
| void | cuda_entropy_visc_apply_element_max (void *reg_coeff, int *lx, int *nelv) |
| void | cuda_entropy_visc_clamp_to_low_order (void *reg_coeff, void *h, void *max_wave_speed, real *c_avisc_low, int *n) |
| void | cuda_entropy_visc_smooth_divide (void *reg_coeff, void *temp_field, void *mult_field, int *n) |
Definition at line 77 of file entropy_viscosity.cu.


| void cuda_entropy_visc_clamp_to_low_order | ( | void * | reg_coeff, |
| void * | h, | ||
| void * | max_wave_speed, | ||
| real * | c_avisc_low, | ||
| int * | n | ||
| ) |
Definition at line 91 of file entropy_viscosity.cu.


| void cuda_entropy_visc_compute_residual | ( | void * | entropy_residual, |
| void * | S, | ||
| void * | S_lag1, | ||
| void * | S_lag2, | ||
| void * | S_lag3, | ||
| real * | bdf1, | ||
| real * | bdf2, | ||
| real * | bdf3, | ||
| real * | bdf4, | ||
| real * | dt, | ||
| int * | n | ||
| ) |
Definition at line 41 of file entropy_viscosity.cu.


| void cuda_entropy_visc_compute_viscosity | ( | void * | reg_coeff, |
| void * | entropy_residual, | ||
| void * | h, | ||
| real * | c_avisc_entropy, | ||
| real * | n_S, | ||
| int * | n | ||
| ) |
Definition at line 59 of file entropy_viscosity.cu.

