linDG3D::FvdgBilinearForm Class Referenceabstract
Bilinear Form for FV/DG purpose. More...
#include <bilinearForm.hh>
Inheritance diagram for linDG3D::FvdgBilinearForm:
Public Member Functions | |
virtual void | operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const =0 |
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em. More... | |
Detailed Description
Bilinear Form for FV/DG purpose.
Definition at line 26 of file bilinearForm.hh.
Member Function Documentation
◆ operator()()
|
pure virtual |
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em.
- Postcondition
- The returned matrix em has the correct size.
- Parameters
-
elmX Left element elmY Right element em Return element matrix ep Element pair
Implemented in linDG3D::PenaltyBF, linDG3D::LaplaceBoundaryBF, and linDG3D::LaplaceInnerBF.
The documentation for this class was generated from the following file:
- linDG3D/bilinearForm.hh