Bilinear Form for FV/DG purpose. More...
#include <bilinearForm.hh>

Public Member Functions | |
| virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep)=0 |
| Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em. | |
Bilinear Form for FV/DG purpose.
Definition at line 24 of file bilinearForm.hh.
| virtual void linDG3D::FvdgBilinearForm::operator() | ( | const FvdgElement & | elmX, |
| const FvdgElement & | elmY, | ||
| concepts::ElementMatrix< Real > & | em, | ||
| const FvdgElementPair & | ep | ||
| ) | [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.