Class xlifepp::LenoirSalles2dIM#

class LenoirSalles2dIM : public xlifepp::DoubleIM#

Inheritence diagram for xlifepp::LenoirSalles2dIM:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::DoubleIM" tooltip="xlifepp::DoubleIM"] "3" [label="xlifepp::IntegrationMethod" tooltip="xlifepp::IntegrationMethod"] "1" [label="xlifepp::LenoirSalles2dIM" tooltip="xlifepp::LenoirSalles2dIM" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xlifepp::LenoirSalles2dIM:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="xlifepp::DoubleIM" tooltip="xlifepp::DoubleIM"] "3" [label="xlifepp::IntegrationMethod" tooltip="xlifepp::IntegrationMethod"] "1" [label="xlifepp::LenoirSalles2dIM" tooltip="xlifepp::LenoirSalles2dIM" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

integral over a product of geometric elements with singularity using Lenoir-Salles analytic technique restricted for the moment to P0 triangle single layer and double layer and P1 single layer Marc Lenoir, Nicolas Salles, Evaluation of 3-D Singular and Nearly Singular Integrals in Galerkin BEM for Thin Layers, SIAM Journal on Scientific Computing, vol.

36, pp. 3057-3078, 2012

Public Functions

inline LenoirSalles2dIM(IntegrationMethodType imt = _LenoirSalles2dIM)#

basic constructor

inline virtual void print(std::ostream &os) const#

print IntegrationMethod on stream

inline virtual std::list<Quadrature*> quadratures() const#

return the list of (single) quadratures in a list