|
Files |
| file | cns_cell.h |
| | Header file for the cell and vertex data.
|
| file | exact.c |
| | Compute the exact solution to the shock-tube problem.
|
| file | shock1d.c |
| | Rankine-Hugoniot relations for a planar shock.
|
| file | adaptive_flux.c |
| | Adaptive flux calculator as suggested by James Quirk.
|
| file | ausm.c |
| | One-dimensional flux splitting according to Liou and Steffen.
|
| file | ausmdv.c |
| | Wada and Liou's flux calculator.
|
| file | efm.c |
| | Mike Macrossan's Equilibrium Flux Method via Paul Petrie.
|
| file | flux_calc.c |
| | Generic flux calculation function for mb_cns, etc.
|
| file | flux_calc.h |
| | Flux calculators for Euler terms.
|
| file | rivp.c |
| | One-dimensional Riemann Initial Value Problem.
|
Functions |
| int | copy_flow_state_to_cell (struct flow_state *src, struct cell_center *dest) |
| | Functions to deal with cell-related data.Copy the data from a flow_state structure to a cell structure.
|