1 #ifndef __CS_CF_BOUNDARY_FLUX_H__
2 #define __CS_CF_BOUNDARY_FLUX_H__
void cs_cf_boundary_rusanov(const cs_lnum_t f_id, const cs_real_t *val_ext_en, cs_real_t *val_ext_p, cs_real_3_t *val_ext_v)
Computes the Rusanov flux at the boundary for Euler and Energy.
Definition: cs_cf_boundary_flux.c:170
void cs_cf_boundary_analytical_flux(const cs_lnum_t f_id, const cs_real_t *val_ext_en, const cs_real_t *val_ext_p, const cs_real_3_t *val_ext_v)
Computes the analytical flux at the boundary for Euler and Energy.
Definition: cs_cf_boundary_flux.c:109
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:347
#define END_C_DECLS
Definition: cs_defs.h:529
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325