Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
entropy_viscosity.cu File Reference

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)
 

Function Documentation

◆ cuda_entropy_visc_apply_element_max()

void cuda_entropy_visc_apply_element_max ( void *  reg_coeff,
int *  lx,
int *  nelv 
)

Definition at line 77 of file entropy_viscosity.cu.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuda_entropy_visc_clamp_to_low_order()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuda_entropy_visc_compute_residual()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuda_entropy_visc_compute_viscosity()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cuda_entropy_visc_smooth_divide()

void cuda_entropy_visc_smooth_divide ( void *  reg_coeff,
void *  temp_field,
void *  mult_field,
int *  n 
)

Definition at line 108 of file entropy_viscosity.cu.

Here is the call graph for this function:
Here is the caller graph for this function: