cholla
hllc.h
Go to the documentation of this file.
1 
4 #ifndef HLLC_H
5 #define HLLC_H
6 
7 #include"global.h"
8 
9 
12 void Calculate_HLLC_Fluxes(Real cW[], Real fluxes[], Real gamma, Real etah);
13 
14 #endif //HLLC_H
void Calculate_HLLC_Fluxes(Real cW[], Real fluxes[], Real gamma, Real etah)
HLLC Riemann solver based on the version described in Toro (2006), Sec. 10.4.
Definition: hllc.cpp:14