Class documentation of Concepts

Loading...
Searching...
No Matches
linDG3D::FvdgBilinearForm Class Referenceabstract

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::FvdgBilinearForm:
linDG3D::LaplaceBoundaryBF linDG3D::LaplaceInnerBF linDG3D::PenaltyBF

Public Member Functions

virtual void operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const =0
 

Detailed Description

Bilinear Form for FV/DG purpose

Author
Christoph Winkelmann, 2003

Definition at line 26 of file bilinearForm.hh.

Member Function Documentation

◆ operator()()

virtual void linDG3D::FvdgBilinearForm::operator() ( const FvdgElement elmX,
const FvdgElement elmY,
concepts::ElementMatrix< Real > &  em,
const FvdgElementPair ep 
) const
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
elmXLeft element
elmYRight element
emReturn element matrix
epElement pair

Implemented in linDG3D::LaplaceInnerBF, linDG3D::LaplaceBoundaryBF, and linDG3D::PenaltyBF.


The documentation for this class was generated from the following file: