Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Private Attributes
ArbKrnlGal3d001< F, K > Class Template Reference

Integration class for arbitrary kernel with NO singularities. More...

#include <bform.hh>

List of all members.

Public Types

typedef ArbKrnlGal3d000Traits
< F, K > 
Traits

Public Member Functions

 ArbKrnlGal3d001 (K &k)
virtual ArbKrnlGal3d001clone () const
void operator() (const Constant3d002< F > &elmX, const Constant3d002< F > &elmY, F *em, uint guass) const
void operator() (const Constant3d001< F > &elmX, const Constant3d001< F > &elmY, F *em, uint guass) const
void operator() (const Constant3d000< F > &elmX, const Constant3d000< F > &elmY, F *em, uint gauss) const
 Application operator.

Private Attributes

K & k_

Detailed Description

template<class F, class K>
class ArbKrnlGal3d001< F, K >

Integration class for arbitrary kernel with NO singularities.

constant test/trial functions, quadrature by tensor product Gauss

Parameters:
FField (Real or Cmplx)
KKernel function

Definition at line 88 of file bform.hh.


Member Typedef Documentation

template<class F , class K >
typedef ArbKrnlGal3d000Traits<F,K> ArbKrnlGal3d001< F, K >::Traits

Definition at line 90 of file bform.hh.


Constructor & Destructor Documentation

template<class F , class K >
ArbKrnlGal3d001< F, K >::ArbKrnlGal3d001 ( K &  k) [inline]

Definition at line 93 of file bform.hh.


Member Function Documentation

template<class F , class K >
virtual ArbKrnlGal3d001* ArbKrnlGal3d001< F, K >::clone ( ) const [inline, virtual]

Definition at line 107 of file bform.hh.

Here is the call graph for this function:

template<class F , class K >
void ArbKrnlGal3d001< F, K >::operator() ( const Constant3d001< F > &  elmX,
const Constant3d001< F > &  elmY,
F *  em,
uint  guass 
) const
template<class F , class K >
void ArbKrnlGal3d001< F, K >::operator() ( const Constant3d002< F > &  elmX,
const Constant3d002< F > &  elmY,
F *  em,
uint  guass 
) const
template<class F , class K >
void ArbKrnlGal3d001< F, K >::operator() ( const Constant3d000< F > &  elmX,
const Constant3d000< F > &  elmY,
F *  em,
uint  gauss 
) const

Application operator.

Parameters:
elmXPanel on the surface
elmYPanel on the surface
emOutput, value of the integral

Member Data Documentation

template<class F , class K >
K& ArbKrnlGal3d001< F, K >::k_ [private]

Definition at line 109 of file bform.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)