Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Defines
app-fvdgfem/advection.hh File Reference
#include "basics/typedefs.hh"
#include "toolbox/inputOutput.hh"
#include "formula/boundary.hh"
#include "geometry/boundaryConditions.hh"
#include "operator/compositions.hh"
#include "operator/diagonal.hh"
#include "timestepping/vectors.hh"
#include "linDG3D/element.hh"
#include "linDG3D/space.hh"
#include "linDG3D/elementPair.hh"
#include <map>
#include <vector>
#include <utility>
#include <numeric>
Include dependency graph for advection.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Advection< NumFlux >
 Advection operator for convective fluxes. More...
class  BurgerFlux
 Burger's flux. More...
class  FvdgAdaptiveLimiter
 Adaptive limiter. More...
class  FvdgPi0Limiter
 pi0-projection. More...
class  Godunov< T >
 Godunov flux. More...
class  LaxFriedrichs< T >
 Local Lax-Friedrichs flux. More...
class  LinearAdvectionFlux
 LinearAdvectionFlux. More...
class  Osher< T >
 Osher flux. More...
class  Upwind< T >
 Upwind flux. More...

Defines

#define DEBUG_ADAPT_LIM_ELM   0
#define DEBUG_ADAPT_LIM_INDICATOR   0
#define DEBUG_ADVECTION   0
#define DEBUG_FLUXES   0
#define DEBUG_REF_ASSIGNMENT   0

Define Documentation

#define DEBUG_ADAPT_LIM_ELM   0

Definition at line 22 of file advection.hh.

#define DEBUG_ADAPT_LIM_INDICATOR   0

Definition at line 23 of file advection.hh.

#define DEBUG_ADVECTION   0

Definition at line 20 of file advection.hh.

#define DEBUG_FLUXES   0

Definition at line 21 of file advection.hh.

#define DEBUG_REF_ASSIGNMENT   0

Definition at line 24 of file advection.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)