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

Public Member Functions | Private Attributes
linDG3D::LaplaceBoundaryBF Class Reference

Laplace bilinear form. More...

#include <bilinearForm.hh>

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

List of all members.

Public Member Functions

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

Private Attributes

int symm_
 symmetry sign

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


Constructor & Destructor Documentation

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


Member Function Documentation

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

Definition at line 164 of file bilinearForm.hh.

Here is the call graph for this function:

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

Application operator.

Implements linDG3D::FvdgBilinearForm.


Member Data Documentation

symmetry sign

Definition at line 168 of file bilinearForm.hh.


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

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