Class documentation of Concepts

Loading...
Searching...
No Matches
linDG3D::LaplaceBoundaryBF Class Reference

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::LaplaceBoundaryBF:
linDG3D::FvdgBilinearForm

Public Member Functions

 LaplaceBoundaryBF (bool symm=false)
 
virtual void operator() (const FvdgElement &elmX, const FvdgElement &elmY, concepts::ElementMatrix< Real > &em, const FvdgElementPair &ep) const
 Application operator.
 
virtual LaplaceBoundaryBFclone () const
 

Detailed Description

Laplace bilinear form. The application operator of the class LaplaceBoundaryBF computes the boundary face integral matrix for FvdgElements.

Author
Christoph Winkelmann, 2003

Definition at line 153 of file bilinearForm.hh.

Constructor & Destructor Documentation

◆ LaplaceBoundaryBF()

linDG3D::LaplaceBoundaryBF::LaplaceBoundaryBF ( bool  symm = false)
inline

Constructor. Creates a symmetric bilinear form if symm is true. Otherwise, an antisymmetric one is created.

Parameters
symmsymmetry flag

Definition at line 159 of file bilinearForm.hh.

Member Function Documentation

◆ clone()

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

Definition at line 166 of file bilinearForm.hh.

◆ operator()()

virtual void linDG3D::LaplaceBoundaryBF::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: