amroc/weno/WENOProblem.h File Reference

Include all headers for AMROC using hybrid WENO. More...

#include "DAGH.h"
#include "IO/control-device.h"
#include "mutator.h"
#include <iosfwd>
#include <string>
#include "generic.h"
#include <iostream>
#include <cassert>
#include <cstring>
#include <cmath>
#include "AMRBase.h"
#include "StdCriterion.h"
#include "DAGHIO.h"
#include "IO/control-device.h"
#include "Timing.h"
#include "Integrator.h"
#include "InitialCondition.h"
#include "BoundaryConditions.h"
#include "LevelTransfer.h"
#include "Criterion.h"
#include "AMRFixup.h"
#include "FileOutput.h"
#include <cstdio>
#include <cstdlib>
#include <cfloat>
#include <stdio.h>
#include "F77Interfaces/F77FileOutput.h"
#include "CLESLog.h"
#include "AMRFlagging.h"
#include "AMRSolverBase.h"
#include "DAGHCluster.h"
#include <sstream>
#include "AMRSolver.h"
#include "Solver.h"
#include <mpi.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

Detailed Description

Include all headers for AMROC using hybrid WENO.

Author:
Ralf Deiterding
Version:
1.0
Date:
Jul-2004

Define Documentation

#define NEQUATIONS   8
#define NFIXUP   NVARS
#define NVARS   6

Typedef Documentation

typedef DOUBLE DataType
typedef Vector<DataType, 6 > FixupType
typedef short FlagType
typedef Vector<DataType, 8 > VectorType