bem::LaplaceDLP< F > Class Template Referenceabstract
Linear form to evaluate the Laplace double layer potential. More...
#include <lform.hh>
Inheritance diagram for bem::LaplaceDLP< F >:
Public Member Functions | |
LaplaceDLP (const concepts::Real3d &x, uint gauss=0) | |
Constructor. More... | |
void | operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em) |
Application operator. More... | |
void | operator() (const Constant3d000< F > &elm, concepts::ElementMatrix< F > &em) |
void | operator() (const Constant3d001< F > &elm, concepts::ElementMatrix< F > &em) |
void | operator() (const Constant3d002< F > &elm, concepts::ElementMatrix< F > &em) |
virtual void | operator() (const Element< typename Realtype< concepts::Real >::type > &elm, ElementMatrix< concepts::Real > &em) const=0 |
Computes the element contribution to the function. More... | |
void | operator() (const Linear3d000< F > &elm, concepts::ElementMatrix< F > &em) |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
uint | gauss_ |
Number of integration points. More... | |
Lpl000< F > | qrA_ |
Classes for the integration. More... | |
Lpl001< F > | qrB_ |
concepts::Real3d | x_ |
Field point. More... | |
Detailed Description
template<class F = concepts::Real>
class bem::LaplaceDLP< F >
Linear form to evaluate the Laplace double layer potential.
- Parameters
-
F Field (Real or Cmplx)
Constructor & Destructor Documentation
◆ LaplaceDLP()
template<class F = concepts::Real>
|
inline |
Member Function Documentation
◆ info()
|
protectedvirtualinherited |
Reimplemented in hp1D::LevelRieszElement, hp1D::LevelRiesz, hp2D::PlCurlLinearForm< F >, and hp2D::GradLinearForm< F >.
◆ operator()() [1/6]
template<class F = concepts::Real>
void bem::LaplaceDLP< F >::operator() | ( | const concepts::Element< F > & | elm, |
concepts::ElementMatrix< F > & | em | ||
) |
Application operator.
- Exceptions
-
MissingFeature
- Parameters
-
elm Surface patch em Element matrix
◆ operator()() [2/6]
template<class F >
|
inline |
◆ operator()() [3/6]
template<class F >
|
inline |
◆ operator()() [4/6]
template<class F >
|
inline |
◆ operator()() [5/6]
|
pure virtualinherited |
Computes the element contribution to the function.
- Parameters
-
elm Element on which the computations should be performed em The local matrix
◆ operator()() [6/6]
template<class F >
|
inline |
Member Data Documentation
◆ gauss_
template<class F = concepts::Real>
|
private |
◆ qrA_
template<class F = concepts::Real>
|
private |
◆ qrB_
template<class F = concepts::Real>
|
private |
◆ x_
template<class F = concepts::Real>
|
private |
The documentation for this class was generated from the following file:
- bem/lform.hh