triangle.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::ElementGraphics< F > |
Handles graphics output (to a file) of a specific element. More... | |
class | linDG2D::Triangle |
Abstract base class for triangular elements in 2D DGFEM. More... | |
class | linDG2D::TriangleP0 |
Triangular element with constant shape function in 2D. More... | |
class | linDG2D::TriangleP1 |
Triangular element with orthogonal linear shape functions in 2D. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
linDG2D | |
DG FEM for 2D problems using piecewise linear shape functions. | |
Detailed Description
Triangle element for linear DGFEM
Definition in file triangle.hh.