#include <lform.hh>
Public Member Functions | |
LaplaceSLP (const concepts::Real3d &x, uint gauss=0) | |
void | operator() (const concepts::Element< F > &elm, concepts::ElementMatrix< F > &em) |
void | operator() (const Linear3d000< F > &elm, concepts::ElementMatrix< F > &em) |
void | operator() (const Constant3d000< F > &elm, concepts::ElementMatrix< F > &em) |
void | operator() (const Constant3d002< 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 to evaluate the Laplace single layer potential.
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::LaplaceSLP< F >::operator() | ( | const concepts::Element< F > & | elm, |
concepts::ElementMatrix< F > & | em | ||
) |
Application operator.
MissingFeature |
elm | Surface patch |
em | Element matrix |
|
inline |
|
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 >.
|
inline |