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


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