linDG2D Namespace Reference
DG FEM for 2D problems using piecewise linear shape functions. More...
Classes | |
class | EdgeInfo |
Edge information for DG FEM. More... | |
class | ElementPair |
Element pair for DG FEM in 2D. More... | |
class | ElementPairList |
Element pair list for two DG spaces. More... | |
class | IdentityBf |
Volume integral for the identity in DG FEM in 2D. More... | |
class | LaplaceFluxBf |
Edge fluxes for the Laplacian in DG FEM in 2D. More... | |
class | LaplaceStabBf |
Stabilizing edge integral for the Laplacian in DG FEM in 2D. More... | |
class | LaplaceTimeLf |
DG right hand side for time dependent problems with diffusion in 2D. More... | |
class | LaplaceVolBf |
Volume integral for the Laplacian in DG FEM in 2D. More... | |
class | MeshInfo |
Mesh info about edges for DG FEM in 2D. More... | |
class | ScalarProductLf |
Pure L2 scalar product linear form for DG in 2D. More... | |
class | Space |
Abstract base class of spaces for DG FEM in 2D on triangles. More... | |
class | SpaceP0 |
Space for piecewise constant DG FEM in 2D on triangles. More... | |
class | SpaceP1 |
Space for linear DG FEM in 2D on triangles. More... | |
class | Triangle |
Abstract base class for triangular elements in 2D DGFEM. More... | |
class | TriangleGraphics |
Handles graphics for triangular DGFEM elements in 2D. More... | |
class | TriangleP0 |
Triangular element with constant shape function in 2D. More... | |
class | TriangleP1 |
Triangular element with orthogonal linear shape functions in 2D. More... | |
Detailed Description
DG FEM for 2D problems using piecewise linear shape functions.
Look in directory app-cwinkelm
for applications.