#include "basics/typedefs.hh"
#include "element.hh"
#include "elementPair.hh"
#include "space/space.hh"
#include "space/elementPairs.hh"
#include "toolbox/scannerConnectors.hh"
#include "geometry/boundaryConditions.hh"
#include "geometry/mesh.hh"
#include "graphics/spaceTraits.hh"
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | concepts::Scan< linDG3D::FvdgElement > |
Scanner over tetrahedral elements in FV/DG-space. More... | |
class | linDG3D::FvdgSpace |
class | linDG3D::FvdgSpaceP0 |
class | linDG3D::FvdgSpaceP1 |
struct | graphics::spaceTraits< linDG3D::FvdgSpace > |
struct | graphics::spaceTraits< linDG3D::FvdgSpaceP0 > |
struct | graphics::spaceTraits< linDG3D::FvdgSpaceP1 > |
Namespaces | |
namespace | concepts |
namespace | linDG3D |
namespace | graphics |
Macros | |
#define | DEBUG_SPACE 0 |
Classes for DG spaces
Definition in file space.hh.