#include <lplGal010.hh>
Public Member Functions | |
void | operator() (const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, const uint acry[], F *dlp) const |
Evaluation of the Laplace double layer potential with constant test/trial functions. Regular cases by 3-dim quadrature (Stroud + 1-d Gauss)
F | Field (Real or Cmplx) |
Definition at line 26 of file lplGal010.hh.
void bem::LplGal010< F >::operator() | ( | const Constant3d000< F > & | elmX, |
const Constant3d000< F > & | elmY, | ||
const uint | acry[], | ||
F * | dlp | ||
) | const |
Application operator.
elmX | Panel on the surface |
elmY | Panel on the surface |
acry | Number of integration points acry[0] for common edge/vertex acry[1] for Stroud (regular case) acry[2] for Gauss (regular case) |
dlp | Element matrix (output) |