#include <lplGal006.hh>
Public Member Functions | |
| void | operator() (const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, uint stroudId, uint gaussId, concepts::Real dist, F slp[]) const |
Evaluation of the Laplace single layer potential with linear test/trial functions. Regular cases by 3-dim quadrature (Stroud + 1-d Gauss). Far field by 1-point formular.
| F | Field (Real or Cmplx) |
Definition at line 28 of file lplGal006.hh.
| void bem::LplGal006< F >::operator() | ( | const Linear3d000< F > & | elmX, |
| const Linear3d000< F > & | elmY, | ||
| uint | stroudId, | ||
| uint | gaussId, | ||
| concepts::Real | dist, | ||
| F | slp[] | ||
| ) | const |
Application operator.
| elmX | Panel on the surface |
| elmY | Panel on the surface |
| stroudId | Number of integration points for Stroud quadrature |
| gaussId | Number of integration points for Gauss quadrature |
| dist | One point formula if distance of bary centers larger than dist |
| slp | Element matrix (output) |