#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 | linDG3D::FvdgSpace |
| Generic space of tetrahedral elements for FV/DGFE method. More... | |
| class | linDG3D::FvdgSpaceP0 |
| Space of piecewise constant functions on tetrahedrons. More... | |
| class | linDG3D::FvdgSpaceP1 |
| Space of piecewise linear functions on tetrahedrons. More... | |
| class | concepts::Scan< linDG3D::FvdgElement > |
| Scanner over tetrahedral elements in FV/DG-space. More... | |
| struct | graphics::spaceTraits< linDG3D::FvdgSpace > |
| Traits for FvdgSpace. More... | |
| struct | graphics::spaceTraits< linDG3D::FvdgSpaceP0 > |
| Traits for FvdgSpaceP0. More... | |
| struct | graphics::spaceTraits< linDG3D::FvdgSpaceP1 > |
| Traits for FvdgSpaceP1. More... | |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | graphics |
Graphics. | |
| namespace | linDG3D |
DG-FEM methods to solve elliptic and hyperbolic PDE's. | |
Defines | |
| #define | DEBUG_SPACE 0 |