#include <bilinearForm.hh>
Public Member Functions | |
PenaltyBF () | |
Constructor. | |
virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const |
Application operator. | |
virtual PenaltyBF * | clone () const |
Penalty bilinear form. The application operator of the class PenaltyBF computes the inner and the boundary face integral matrix for FvdgElements.
Definition at line 179 of file bilinearForm.hh.
|
inline |
Constructor.
Definition at line 182 of file bilinearForm.hh.
|
inlinevirtual |
Definition at line 187 of file bilinearForm.hh.
|
virtual |
Application operator.
Implements linDG3D::FvdgBilinearForm.