linDG3D::FvdgBilinearForm Class Referenceabstract

Bilinear Form for FV/DG purpose. More...

#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
 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.

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::PenaltyBF, linDG3D::LaplaceBoundaryBF, and linDG3D::LaplaceInnerBF.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich