linDG1D Namespace Reference
DG FEM for 1D problems using piecewise linear shape functions. More...
Classes | |
class | BoundaryInt |
Boundary integral for the DG FEM in 1D. More... | |
class | BoundaryIntStab |
Stabilizing boundary integral for the DG FEM in 1D. More... | |
class | DGElementPair |
Element pair for DG FEM. More... | |
class | Linear1d |
Space for linear DG FEM in 1D. More... | |
Detailed Description
DG FEM for 1D problems using piecewise linear shape functions.
Part of the functionality (bilinear forms, elements) are taken from linearFEM
.