Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Defines
linDG3D/bilinearForm.hh File Reference
#include "basics/typedefs.hh"
#include "elementPair.hh"
#include "operator/bilinearForm.hh"
#include "operator/matrix.hh"
Include dependency graph for bilinearForm.hh:
This graph shows which files directly or indirectly include this file:

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

namespace  linDG3D
 

DG-FEM methods to solve elliptic and hyperbolic PDE's.


Defines

#define DEBUG_ASSEMBLY   0
#define DEBUG_IDENTITY   0
#define DEBUG_LAPLACE   0

Define Documentation

#define DEBUG_ASSEMBLY   0

Definition at line 12 of file bilinearForm.hh.

#define DEBUG_IDENTITY   0

Definition at line 13 of file bilinearForm.hh.

#define DEBUG_LAPLACE   0

Definition at line 14 of file bilinearForm.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)