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.cpp: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)
Compute the flux at the boundary.
Definition cs_cf_boundary_flux.cpp:110