DG-FEM methods to solve elliptic and hyperbolic PDE's. More...
Classes | |
| class | Assembly |
| Provides methods to assemby matrices by lists of FvdgElementPairs. More... | |
| class | ConstRhs |
| TimeLinearForm for constant right hand side. More... | |
| class | FvdgBilinearForm |
| Bilinear Form for FV/DG purpose. More... | |
| class | FvdgElement |
| Generic tetrahedral element for FV/DG method. More... | |
| class | FvdgElementPair |
| Stores additional information about two adjacent elements, namely the index, area, diameter and normal of shared interface. More... | |
| class | FvdgP0TetElem |
| Tetrahedral element with constant shapefunction. More... | |
| class | FvdgP0TetGraphics |
| Handles graphics for FvdgP0TetElem. More... | |
| class | FvdgP1TetElem |
| Tetrahedral element with linear shapefunctions. More... | |
| class | FvdgP1TetGraphics |
| Handles graphics for FvdgP1TetElem. More... | |
| class | FvdgSpace |
| Generic space of tetrahedral elements for FV/DGFE method. More... | |
| class | FvdgSpaceP0 |
| Space of piecewise constant functions on tetrahedrons. More... | |
| class | FvdgSpaceP1 |
| Space of piecewise linear functions on tetrahedrons. More... | |
| class | FvdgTimeRhs |
| Fvdg right hand side for time dependent problems. More... | |
| class | FvdgTimeRhsDiff |
| Fvdg right hand side for time dependent problems with diffusion. More... | |
| class | Identity |
| Identity bilinear form. More... | |
| class | LaplaceBoundaryBF |
| Laplace bilinear form. More... | |
| class | LaplaceInnerBF |
| Laplace bilinear form. More... | |
| class | LaplaceVolBF |
| Laplace bilinear form. More... | |
| class | PenaltyBF |
| Penalty bilinear form. More... | |
DG-FEM methods to solve elliptic and hyperbolic PDE's.
Implementation of DG-FEM classes for piecewise linear basis functions. Look in directory app-fvdgfem for applications.