bem::LaplacePLD< F > Class Template Referenceabstract
Bilinear form to compute the adjoint of the Laplace double layer potential. More...
#include <bform.hh>
Public Member Functions | |
virtual LaplacePLD * | clone () const |
Virtual constructor. More... | |
virtual BilinearForm * | clone () const=0 |
Virtual constructor. More... | |
LaplacePLD (uint stroud=0, uint gauss=0, concepts::Real dist=0.0) | |
Constructor. More... | |
void | operator() (const concepts::Element< F > &elmX, const concepts::Element< F > &elmY, concepts::ElementMatrix< F > &em) |
Application operator. More... | |
void | operator() (const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, concepts::ElementMatrix< F > &em) |
virtual void | operator() (const Element< typename Realtype< concepts::Real >::type > &elmX, const Element< typename Realtype< concepts::Real >::type > &elmY, ElementMatrix< concepts::Real > &em) const=0 |
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em . More... | |
virtual void | operator() (const Element< typename Realtype< concepts::Real >::type > &elmX, const Element< typename Realtype< concepts::Real >::type > &elmY, ElementMatrix< concepts::Real > &em, const ElementPair< typename Realtype< concepts::Real >::type > &ep) const |
Evaluates the bilinear form for all shape functions on elmX and elmY and stores the result in the matrix em . More... | |
void | operator() (const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, concepts::ElementMatrix< F > &em) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
concepts::Real | dist_ |
Distance to distinguish between one point integration formula and integration using the given number of integration points. More... | |
uint | gauss_ |
LplGal007< F > | qrA_ |
Classes used for integration. More... | |
LplGal014< F > | qrB_ |
uint | stroud_ |
Number of integration points. More... | |
Detailed Description
template<class F = concepts::Real>
class bem::LaplacePLD< F >
Bilinear form to compute the adjoint of the Laplace double layer potential.
- Parameters
-
F Field (Real or Cmplx)
Constructor & Destructor Documentation
◆ LaplacePLD()
|
inline |
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
◆ info()
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()() [1/5]
void bem::LaplacePLD< F >::operator() | ( | const concepts::Element< F > & | elmX, |
const concepts::Element< F > & | elmY, | ||
concepts::ElementMatrix< F > & | em | ||
) |
Application operator.
- Exceptions
-
MissingFeature
- Parameters
-
elmX Element elmY Element em Element matrix for the two given elements.
◆ operator()() [2/5]
|
inline |
◆ operator()() [3/5]
|
pure virtualinherited |
Evaluates the bilinear form for all shape functions on elmX
and elmY
and stores the result in the matrix em
.
- Postcondition
- The returned matrix
em
has the correct size.
- Parameters
-
elmX Left element (test functions) elmY Right element (trial functions) em Return element matrix
◆ operator()() [4/5]
|
inlinevirtualinherited |
Evaluates the bilinear form for all shape functions on elmX
and elmY
and stores the result in the matrix em
.
If this method is not reimplemented in a derived class, the default behaviour is to call the application operator without ep
.
- Postcondition
- The returned matrix
em
has the correct size.
- Parameters
-
elmX Left element elmY Right element em Return element matrix ep Element pair holding more information on the pair elmX
andelmY
Definition at line 57 of file bilinearForm.hh.
◆ operator()() [5/5]
|
inline |
Member Data Documentation
◆ dist_
|
private |
◆ gauss_
|
private |
◆ qrA_
|
private |
◆ qrB_
|
private |
◆ stroud_
|
private |
The documentation for this class was generated from the following file:
- bem/bform.hh