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

Go to the source code of this file.

Functions

void hip_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 hip_entropy_visc_compute_viscosity (void *reg_coeff, void *entropy_residual, void *h, real *c_avisc_entropy, real *n_S, int *n)
 
void hip_entropy_visc_apply_element_max (void *reg_coeff, int *lx, int *nelv)
 
void hip_entropy_visc_clamp_to_low_order (void *reg_coeff, void *h, void *max_wave_speed, real *c_avisc_low, int *n)
 
void hip_entropy_visc_smooth_divide (void *reg_coeff, void *temp_field, void *mult_field, int *n)
 

Function Documentation

◆ hip_entropy_visc_apply_element_max()

void hip_entropy_visc_apply_element_max ( void reg_coeff,
int lx,
int nelv 
)

Definition at line 79 of file entropy_viscosity.hip.

Here is the call graph for this function:

◆ hip_entropy_visc_clamp_to_low_order()

void hip_entropy_visc_clamp_to_low_order ( void reg_coeff,
void h,
void max_wave_speed,
real c_avisc_low,
int n 
)

Definition at line 94 of file entropy_viscosity.hip.

Here is the call graph for this function:

◆ hip_entropy_visc_compute_residual()

void hip_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.hip.

Here is the call graph for this function:

◆ hip_entropy_visc_compute_viscosity()

void hip_entropy_visc_compute_viscosity ( void reg_coeff,
void entropy_residual,
void h,
real c_avisc_entropy,
real n_S,
int n 
)

Definition at line 60 of file entropy_viscosity.hip.

Here is the call graph for this function:

◆ hip_entropy_visc_smooth_divide()

void hip_entropy_visc_smooth_divide ( void reg_coeff,
void temp_field,
void mult_field,
int n 
)

Definition at line 112 of file entropy_viscosity.hip.

Here is the call graph for this function: