Nektar++
Classes | Namespaces | Enumerations | Variables
MMFAdvection.h File Reference
#include <SolverUtils/AdvectionSystem.h>
#include <SolverUtils/MMFSystem.h>
#include <SolverUtils/RiemannSolvers/RiemannSolver.h>
#include <SolverUtils/UnsteadySystem.h>

Go to the source code of this file.

Classes

class  Nektar::MMFAdvection
 

Namespaces

 Nektar
 

Enumerations

enum  TestType {
  eTestPlane, eTestPlaneMassConsv, eTestCube, eAdvectionBell,
  SIZE_TestType
}
 

Variables

const char *const TestTypeMap []
 

Enumeration Type Documentation

◆ TestType

enum TestType
Enumerator
eTestPlane 
eTestPlaneMassConsv 
eTestCube 
eAdvectionBell 
SIZE_TestType 

Length of enum list.

Definition at line 43 of file MMFAdvection.h.

44 {
45  eTestPlane,
47  eTestCube,
49  SIZE_TestType ///< Length of enum list
50 };
Length of enum list.
Definition: MMFAdvection.h:49

Variable Documentation

◆ TestTypeMap

const char* const TestTypeMap[]
Initial value:
= {
"TestPlane", "TestPlaneMassConsv", "TestCube", "AdvectionBell",
}

Definition at line 52 of file MMFAdvection.h.