#include <bilinearForm.hh>
Public Member Functions | |
| LaplaceInnerBF (bool symm=false) | |
| virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const |
| Application operator. | |
| virtual LaplaceInnerBF * | clone () const |
Laplace bilinear form. The application operator of the class LaplaceInnerBF computes the inner face integral matrix for FvdgElements.
Definition at line 130 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 136 of file bilinearForm.hh.
|
inlinevirtual |
Definition at line 141 of file bilinearForm.hh.
|
virtual |
Application operator.
Implements linDG3D::FvdgBilinearForm.