linDG3D::PenaltyBF Class Reference

Penalty bilinear form. More...

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::PenaltyBF:
linDG3D::FvdgBilinearForm

Public Member Functions

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

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 179 of file bilinearForm.hh.

Constructor & Destructor Documentation

◆ PenaltyBF()

linDG3D::PenaltyBF::PenaltyBF ( )
inline

Constructor.

Definition at line 182 of file bilinearForm.hh.

Member Function Documentation

◆ clone()

virtual PenaltyBF* linDG3D::PenaltyBF::clone ( ) const
inlinevirtual

Definition at line 187 of file bilinearForm.hh.

◆ operator()()

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

Application operator.

Implements linDG3D::FvdgBilinearForm.


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