bilinearForm.hh File Reference
#include "basics/typedefs.hh"
#include "elementPair.hh"
#include "operator/bilinearForm.hh"
#include "operator/matrix.hh"
Go to the source code of this file.
Classes | |
class | linDG3D::Assembly |
Provides methods to assemby matrices by lists of FvdgElementPairs. More... | |
class | linDG3D::FvdgBilinearForm |
Bilinear Form for FV/DG purpose. More... | |
class | linDG3D::Identity |
Identity bilinear form. More... | |
class | linDG3D::LaplaceBoundaryBF |
Laplace bilinear form. More... | |
class | linDG3D::LaplaceInnerBF |
Laplace bilinear form. More... | |
class | linDG3D::LaplaceVolBF |
Laplace bilinear form. More... | |
class | linDG3D::PenaltyBF |
Penalty bilinear form. More... | |
Namespaces | |
linDG3D | |
DG-FEM methods to solve elliptic and hyperbolic PDE's. | |
Macros | |
#define | DEBUG_ASSEMBLY 0 |
#define | DEBUG_IDENTITY 0 |
#define | DEBUG_LAPLACE 0 |
Detailed Description
Classes for DG bilinear forms
Definition in file bilinearForm.hh.
Macro Definition Documentation
◆ DEBUG_ASSEMBLY
#define DEBUG_ASSEMBLY 0 |
Definition at line 15 of file bilinearForm.hh.
◆ DEBUG_IDENTITY
#define DEBUG_IDENTITY 0 |
Definition at line 16 of file bilinearForm.hh.
◆ DEBUG_LAPLACE
#define DEBUG_LAPLACE 0 |
Definition at line 17 of file bilinearForm.hh.