#include <bilinearForm.hh>
Public Member Functions | |
virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const =0 |
Bilinear Form for FV/DG purpose
Definition at line 26 of file bilinearForm.hh.
|
pure virtual |
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em.
elmX | Left element |
elmY | Right element |
em | Return element matrix |
ep | Element pair |
Implemented in linDG3D::LaplaceInnerBF, linDG3D::LaplaceBoundaryBF, and linDG3D::PenaltyBF.