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

Classes | Namespaces | Defines
linDG2D/space.hh File Reference
#include <hash_map>
#include "space/space.hh"
#include "toolbox/scannerConnectors.hh"
#include "graphics/spaceTraits.hh"
#include "triangle.hh"
Include dependency graph for space.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  linDG2D::Space::S
 Scanner class for Space. More...
class  linDG2D::Space
 Abstract base class of spaces for DG FEM in 2D on triangles. More...
class  linDG2D::SpaceP0
 Space for piecewise constant DG FEM in 2D on triangles. More...
class  linDG2D::SpaceP1
 Space for linear DG FEM in 2D on triangles. More...
struct  graphics::spaceTraits< linDG2D::Space >
struct  graphics::spaceTraits< linDG2D::SpaceP0 >
struct  graphics::spaceTraits< linDG2D::SpaceP1 >

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  graphics
 

Graphics.


namespace  linDG2D
 

DG FEM for 2D problems using piecewise linear shape functions.


Defines

#define __gnu_cxx   std

Define Documentation

#define __gnu_cxx   std

Definition at line 17 of file space.hh.


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