linDG3D::LaplaceInnerBF Class Reference

Laplace bilinear form. More...

#include <bilinearForm.hh>

Inheritance diagram for linDG3D::LaplaceInnerBF:
linDG3D::FvdgBilinearForm

Public Member Functions

virtual LaplaceInnerBFclone () const
 
 LaplaceInnerBF (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 LaplaceInnerBF computes the inner face integral matrix for FvdgElements.

Author
Christoph Winkelmann, 2003

Definition at line 130 of file bilinearForm.hh.

Constructor & Destructor Documentation

◆ LaplaceInnerBF()

linDG3D::LaplaceInnerBF::LaplaceInnerBF ( 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 136 of file bilinearForm.hh.

Member Function Documentation

◆ clone()

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

Definition at line 141 of file bilinearForm.hh.

◆ operator()()

virtual void linDG3D::LaplaceInnerBF::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::LaplaceInnerBF::symm_
private

symmetry sign

Definition at line 144 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