Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
linDG3D::FvdgBilinearForm Class Reference

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

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::FvdgBilinearForm:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Bilinear Form for FV/DG purpose.

Author:
Christoph Winkelmann, 2003

Definition at line 24 of file bilinearForm.hh.


Member Function Documentation

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.

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:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)