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

Public Member Functions | Private Attributes
cluster::MultipoleLaplaceF< Fspc > Class Template Reference

$F$ part of the Multipole expansion of the Laplace kernel. More...

#include <multipole.hh>

Inheritance diagram for cluster::MultipoleLaplaceF< Fspc >:
Inheritance graph
[legend]
Collaboration diagram for cluster::MultipoleLaplaceF< Fspc >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void apply (uint m, const FColExp *Fexp, const Fspc src[], Fspc dst[]) const
void apply (uint m, const FColReal Fexp[], const Fspc src[], Fspc dst[]) const
uint blksz (uint m) const
 Size of memory used for the expansion.
void evaluate (uint m, const concepts::Real3d &z, FColExp *Fexp) const
void evaluate (uint m, const concepts::Real3d &z, FColReal *Fexp) const
virtual FColRealgetCol (uint blksz) const
 Allocates memory for the expansion coefficients.
uint m () const
 Order of the expansion.
 MultipoleLaplaceF (uint m)
 Constructor.

Private Attributes

uint m_
 Expansion order.

Detailed Description

template<class Fspc = concepts::Real>
class cluster::MultipoleLaplaceF< Fspc >

$F$ part of the Multipole expansion of the Laplace kernel.

Parameters:
FspcField of the space (Real or Cmplx)

Definition at line 19 of file multipole.hh.


Constructor & Destructor Documentation

template<class Fspc = concepts::Real>
cluster::MultipoleLaplaceF< Fspc >::MultipoleLaplaceF ( uint  m) [inline]

Constructor.

Parameters:
mExpansion order

Definition at line 27 of file multipole.hh.

Here is the call graph for this function:


Member Function Documentation

template<class Fspc >
void cluster::MultipoleLaplaceF< Fspc >::apply ( uint  m,
const FColExp Fexp,
const Fspc  src[],
Fspc  dst[] 
) const [inline, virtual]
Exceptions:
MissingFeature

Implements cluster::ExpansionF< Fspc >.

Definition at line 61 of file multipole.hh.

Here is the call graph for this function:

template<class Fspc = concepts::Real>
void cluster::MultipoleLaplaceF< Fspc >::apply ( uint  m,
const FColReal  Fexp[],
const Fspc  src[],
Fspc  dst[] 
) const
template<class Fspc = concepts::Real>
uint cluster::MultipoleLaplaceF< Fspc >::blksz ( uint  m) const [inline, virtual]

Size of memory used for the expansion.

Parameters:
mExpansion order

Implements cluster::ExpansionF< Fspc >.

Definition at line 32 of file multipole.hh.

template<class Fspc = concepts::Real>
void cluster::MultipoleLaplaceF< Fspc >::evaluate ( uint  m,
const concepts::Real3d z,
FColReal Fexp 
) const
template<class Fspc >
void cluster::MultipoleLaplaceF< Fspc >::evaluate ( uint  m,
const concepts::Real3d z,
FColExp Fexp 
) const [inline, virtual]
Exceptions:
MissingFeature

Implements cluster::ExpansionF< Fspc >.

Definition at line 51 of file multipole.hh.

template<class Fspc = concepts::Real>
virtual FColReal* cluster::MultipoleLaplaceF< Fspc >::getCol ( uint  blksz) const [inline, virtual]

Allocates memory for the expansion coefficients.

Implements cluster::ExpansionF< Fspc >.

Definition at line 36 of file multipole.hh.

template<class Fspc = concepts::Real>
uint cluster::MultipoleLaplaceF< Fspc >::m ( ) const [inline, virtual]

Order of the expansion.

Implements cluster::ExpansionF< Fspc >.

Definition at line 33 of file multipole.hh.


Member Data Documentation

template<class Fspc = concepts::Real>
uint cluster::MultipoleLaplaceF< Fspc >::m_ [private]

Expansion order.

Definition at line 21 of file multipole.hh.


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

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