#include "DAGH.h"
#include "IO/control-device.h"
#include "Vector.h"
#include "VectorLarge.h"
#include "WENOStdFunctions.h"
#include "F77Interfaces/F77InitialCondition.h"
#include "F77Interfaces/F77BoundaryConditions.h"
#include "F77Interfaces/F77LevelTransfer.h"
#include "F77Interfaces/F77Criteria.h"
#include "WENOF77FileOutput.h"
#include "WENOFixup.h"
#include "WENOIntegrator.h"
#include "AMRFlagging.h"
#include "AMRSolver.h"
#include "AMRPreAdaptSolver.h"
#include "SolverControl.h"
Go to the source code of this file.
Defines | |
| #define | NEQUATIONS 8 |
| #define | NVARS 6 |
| #define | NFIXUP NVARS |
Typedefs | |
| typedef short | FlagType |
| typedef DOUBLE | DataType |
| typedef Vector< DataType, 8 > | VectorType |
| typedef Vector< DataType, 6 > | FixupType |
| #define NEQUATIONS 8 |
| #define NFIXUP NVARS |
| #define NVARS 6 |
| typedef DOUBLE DataType |
| typedef short FlagType |
| typedef Vector<DataType, 8 > VectorType |