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

Public Member Functions
linDG3D::PenaltyBF Class Reference

Penalty bilinear form. More...

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::PenaltyBF:
Inheritance graph
[legend]
Collaboration diagram for linDG3D::PenaltyBF:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual PenaltyBFclone () const
virtual void operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep)
 Application operator.
 PenaltyBF ()
 Constructor.

Detailed Description

Penalty bilinear form.

The application operator of the class PenaltyBF computes the inner and the boundary face integral matrix for FvdgElements.

Author:
Christoph Winkelmann, 2003

Definition at line 177 of file bilinearForm.hh.


Constructor & Destructor Documentation

linDG3D::PenaltyBF::PenaltyBF ( ) [inline]

Constructor.

Definition at line 180 of file bilinearForm.hh.


Member Function Documentation

virtual PenaltyBF* linDG3D::PenaltyBF::clone ( ) const [inline, virtual]

Definition at line 185 of file bilinearForm.hh.

Here is the call graph for this function:

virtual void linDG3D::PenaltyBF::operator() ( const FvdgElement elmX,
const FvdgElement elmY,
concepts::ElementMatrix< Real > &  em,
const FvdgElementPair ep 
) [virtual]

Application operator.

Implements linDG3D::FvdgBilinearForm.


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

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