Laplace bilinear form. More...
#include <bilinearForm.hh>


Public Member Functions | |
| virtual LaplaceBoundaryBF * | clone () const |
| LaplaceBoundaryBF (bool symm=false) | |
| Constructor. | |
| virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) |
| Application operator. | |
Private Attributes | |
| int | symm_ |
| symmetry sign | |
Laplace bilinear form.
The application operator of the class LaplaceBoundaryBF computes the boundary face integral matrix for FvdgElements.
Definition at line 151 of file bilinearForm.hh.
| linDG3D::LaplaceBoundaryBF::LaplaceBoundaryBF | ( | bool | symm = false | ) | [inline] |
Constructor.
Creates a symmetric bilinear form if symm is true. Otherwise, an antisymmetric one is created.
| symm | symmetry flag |
Definition at line 157 of file bilinearForm.hh.
| virtual LaplaceBoundaryBF* linDG3D::LaplaceBoundaryBF::clone | ( | ) | const [inline, virtual] |
| virtual void linDG3D::LaplaceBoundaryBF::operator() | ( | const FvdgElement & | elmX, |
| const FvdgElement & | elmY, | ||
| concepts::ElementMatrix< Real > & | em, | ||
| const FvdgElementPair & | ep | ||
| ) | [virtual] |
Application operator.
Implements linDG3D::FvdgBilinearForm.
int linDG3D::LaplaceBoundaryBF::symm_ [private] |
symmetry sign
Definition at line 168 of file bilinearForm.hh.