CSol
|
#include <QFile>
#include <stdexcept>
#include <cassert>
#include <cmath>
#include <time.h>
#include "csol_sw.h"
#include "license_check.h"
Namespaces | |
CSIRO | |
CSIRO::CSol | |
CSIRO::CSol::SW | |
Shallow water solver. | |
Macros | |
#define | STRINGIFY(x) #x |
Variables | |
const REAL | dt_start = (REAL)1.0E-6 |
Shallow water default timestep starting value. More... | |
#define STRINGIFY | ( | x | ) | #x |