#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "../../util/source/compiler.h"
#include "../../util/source/useful.h"
#include "../../flux_calc/source/flux_calc.h"
Defines | |
| #define | SAMPLE_DIM 1000 |
Functions | |
| int | shock_wave (struct flow_state *QR, struct flow_state *QRstar, double *WSR) |
| int | rarefaction (struct flow_state *QL, struct flow_state *QLstar, double *WSL) |
| int | main () |
21-Oct-97 : revisions to keep up with mb_cns
08-Dec-97 : Save the best guess for the start of the iterations.
1.4.4