bem::AdaptLaplaceSLP< F > Class Template Referenceabstract
Linear form for the Laplace Single Layer potential. More...
#include <lform.hh>
Inheritance diagram for bem::AdaptLaplaceSLP< F >:
Public Member Functions | |
AdaptLaplaceSLP (const concepts::Real3d &x, uint gauss=0, concepts::Real deltaG=1.0) | |
Constructor. More... | |
void | operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em) |
Application operator. More... | |
void | operator() (const Constant3d001< 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... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Attributes | |
concepts::Real | deltaG_ |
uint | gauss_ |
Number of integration points. More... | |
Lpl004< F > | qrA_ |
Class for the integration. More... | |
concepts::Real3d | x_ |
Field point. More... | |
Detailed Description
template<class F = concepts::Real>
class bem::AdaptLaplaceSLP< F >
Linear form for the Laplace Single Layer potential.
The number of integration points depends on the level of the element. On the highest level $L$ the number of integration points is given by the constructor. The number of integration points on lower levels $l$ is given by the formula .
- Parameters
-
F Field (Real or Cmplx)
Constructor & Destructor Documentation
◆ AdaptLaplaceSLP()
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/3]
template<class F = concepts::Real>
void bem::AdaptLaplaceSLP< F >::operator() | ( | const concepts::Element< F > & | elm, |
concepts::ElementMatrix< F > & | em | ||
) |
Application operator.
- Exceptions
-
MissingFeature
◆ operator()() [2/3]
template<class F >
|
inline |
◆ operator()() [3/3]
|
pure virtualinherited |
Computes the element contribution to the function.
- Parameters
-
elm Element on which the computations should be performed em The local matrix
Member Data Documentation
◆ deltaG_
template<class F = concepts::Real>
|
private |
◆ gauss_
template<class F = concepts::Real>
|
private |
◆ qrA_
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