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