cholla
Functions
hllc.cpp File Reference

Function definitions for the HLLC Riemann solver. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "global.h"
#include "hllc.h"

Functions

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.
 

Detailed Description

Function definitions for the HLLC Riemann solver.