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

namespace  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{
49 SIZE_TestType ///< Length of enum list
50};
@ SIZE_TestType
Length of enum list.
Definition: MMFAdvection.h:49
@ eTestPlaneMassConsv
Definition: MMFAdvection.h:46
@ eTestPlane
Definition: MMFAdvection.h:45
@ eAdvectionBell
Definition: MMFAdvection.h:48
@ eTestCube
Definition: MMFAdvection.h:47

Variable Documentation

◆ TestTypeMap

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

Definition at line 52 of file MMFAdvection.h.