#include "DAGH.h"
#include "IO/control-device.h"
#include "Vector.h"
#include "VectorLarge.h"
#include "F77Interfaces/F77InitialCondition.h"
#include "F77Interfaces/F77BoundaryConditions.h"
#include "F77Interfaces/F77LevelTransfer.h"
#include "F77Interfaces/F77Criteria.h"
#include "F77Interfaces/F77FileOutput.h"
#include "F77Interfaces/F77ExactSolution.h"
#include "ClpFixup.h"
#include "ClpIntegrator1.h"
#include "ClpIntegrator2.h"
#include "ClpIntegrator3.h"
#include "AMRFlagging.h"
#include "AMRSolver.h"
#include "AMRPreAdaptSolver.h"
#include "SolverControl.h"
Go to the source code of this file.
Typedefs | |
| typedef DOUBLE | DataType |
| typedef Vector< DataType, NEQUATIONS > | VectorType |
| typedef Vector< DataType, NAUX > | AuxType |
| typedef Vector< DataType, NFIXUP > | FixupType |
| typedef short | FlagType |
| typedef DOUBLE DataType |
| typedef short FlagType |
| typedef Vector<DataType,NEQUATIONS> VectorType |