linDG3D::LaplaceBoundaryBF Class Reference
Laplace bilinear form. More...
#include <bilinearForm.hh>
Inheritance diagram for linDG3D::LaplaceBoundaryBF:
Public Member Functions | |
virtual LaplaceBoundaryBF * | clone () 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.
Definition at line 153 of file bilinearForm.hh.
Constructor & Destructor Documentation
◆ LaplaceBoundaryBF()
|
inline |
Constructor.
Creates a symmetric bilinear form if symm
is true. Otherwise, an antisymmetric one is created.
- Parameters
-
symm symmetry flag
Definition at line 159 of file bilinearForm.hh.
Member Function Documentation
◆ clone()
|
inlinevirtual |
Definition at line 166 of file bilinearForm.hh.
◆ operator()()
|
virtual |
Application operator.
Implements linDG3D::FvdgBilinearForm.
Member Data Documentation
◆ symm_
|
private |
symmetry sign
Definition at line 170 of file bilinearForm.hh.
The documentation for this class was generated from the following file:
- linDG3D/bilinearForm.hh