linDG3D::LaplaceBoundaryBF Class Reference

Laplace bilinear form. More...

#include <bilinearForm.hh>

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

Public Member Functions

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

Private Attributes

int symm_
 symmetry sign More...
 

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.

Member Data Documentation

◆ symm_

int linDG3D::LaplaceBoundaryBF::symm_
private

symmetry sign

Definition at line 170 of file bilinearForm.hh.


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