#include <arbKrnlGal000.hh>
Public Types | |
| typedef ArbKrnlGal000Traits< F, K > | Traits |
Public Member Functions | |
| ArbKrnlGal000 (K &k) | |
| void | operator() (const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, F *em) const |
| void | operator() (const Constant3d001< F > &elmX, const Constant3d001< F > &elmY, F *em) const |
| void | operator() (const Constant3d002< F > &elmX, const Constant3d002< F > &elmY, F *em) const |
Bilinear form for arbitrary kernel with NO singularities. constant test/trial functions, all cases by Radon's fifth-degree formula
| F | Field (Real or Cmplx) |
| K | Kernel function |
Definition at line 39 of file arbKrnlGal000.hh.
| typedef ArbKrnlGal000Traits<F,K> bem::ArbKrnlGal000< F, K >::Traits |
Definition at line 41 of file arbKrnlGal000.hh.
|
inline |
Definition at line 44 of file arbKrnlGal000.hh.
| void bem::ArbKrnlGal000< F, K >::operator() | ( | const Constant3d000< F > & | elmX, |
| const Constant3d000< F > & | elmY, | ||
| F * | em | ||
| ) | const |
Application operator.
| elmX | Panel on the surface |
| elmY | Panel on the surface |
| em | Output, value of the integral |