#include <lform.hh>
Public Member Functions | |
| AdaptLaplaceSLP (const concepts::Real3d &x, uint gauss=0, concepts::Real deltaG=1.0) | |
| void | operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em) |
| void | operator() (const Constant3d001< F > &elm, concepts::ElementMatrix< F > &em) |
| virtual void | operator() (const Element< G > &elm, ElementMatrix< F > &em) const =0 |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
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 

| F | Field (Real or Cmplx) |
|
inline |
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in constraints::ConstraintsList< F >, concepts::Neumann< F >, concepts::Neumann< Real >, hp1D::Riesz< F >, hp1D::LinearFormGradInterp_Grad< F >, hp1D::GradLinearForm< F >, hp1D::PointEvaluation< F >, hp2D::Riesz< F >, hp2D::GradLinearForm< F >, hp2D::GradLinearForm< F >, hp2D::PlCurlLinearForm< F >, hp2D::l2::Riesz< F >, hp2Dedge::DirichletRotRot, hp2Dedge::DirichletIdentity, hp2Dedge::Riesz, hp2Dedge::EdgeRiesz, hp3D::Riesz, hp1D::LevelRiesz, hp1D::LevelRieszElement, vectorial::LinearForm< F, G >, and vectorial::TimeLinearForm.
| void bem::AdaptLaplaceSLP< F >::operator() | ( | const concepts::Element< F > & | elm, |
| concepts::ElementMatrix< F > & | em | ||
| ) |
Application operator
| MissingFeature |
|
inline |
|
pure virtualinherited |
Computes the element contribution to the function.
| elm | Element on which the computations should be performed |
| em | The local matrix |
Implemented in vectorial::LinearForm< F, G >.