HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Contains structure definition for hypar. More...
#include <basic.h>
Go to the source code of this file.
Data Structures | |
struct | HyPar |
Structure containing all solver-specific variables and functions. More... | |
Macros | |
#define | _NC_1STAGE_ "nonconservative-1stage" |
#define | _NC_2STAGE_ "nonconservative-2stage" |
#define | _NC_1_5STAGE_ "nonconservative-1.5stage" |
#define | _CONS_1STAGE_ "conservative-1stage" |
Contains structure definition for hypar.
Definition in file hypar.h.
#define _NC_1STAGE_ "nonconservative-1stage" |
#define _NC_2STAGE_ "nonconservative-2stage" |
#define _NC_1_5STAGE_ "nonconservative-1.5stage" |