#include <arbKrnlGal001.hh>
Public Types | |
typedef ArbKrnlGal001Traits< F, K > | Traits |
Public Member Functions | |
ArbKrnlGal001 (K &k) | |
void | operator() (const Linear3d000< F > &elmX, const Linear3d000< F > &elmY, F *em) const |
Bilinear form for arbitrary kernel with NO singularities. linear 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 arbKrnlGal001.hh.
typedef ArbKrnlGal001Traits<F,K> bem::ArbKrnlGal001< F, K >::Traits |
Definition at line 41 of file arbKrnlGal001.hh.
|
inline |
Definition at line 44 of file arbKrnlGal001.hh.
void bem::ArbKrnlGal001< F, K >::operator() | ( | const Linear3d000< F > & | elmX, |
const Linear3d000< F > & | elmY, | ||
F * | em | ||
) | const |
Application operator.
elmX | Panel on the surface |
elmY | Panel on the surface |
em | Output, value of the integral |