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

Public Member Functions | Private Attributes
cluster::DMultipoleY< F > Class Template Reference

Normal derivative of the $Y$ part of the Multipole kernel expansion. More...

#include <multipoleDY.hh>

Inheritance diagram for cluster::DMultipoleY< F >:
Inheritance graph
[legend]
Collaboration diagram for cluster::DMultipoleY< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void apply (const XYColExpPtr *Y, const F src[], F dst[]) const
uint blksz () const
 Size of memory used for the expansion.
 DMultipoleY (uint m, uint gauss)
 Constructor.
void evaluate (const bem::Constant3d001< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
void evaluate (const concepts::Element< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 Computation of the expansion coefficients.
void evaluate (const bem::Constant3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
void evaluate (const bem::Constant3d002< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
void evaluate (const concepts::Real3d &z, const concepts::Unit3d &h, concepts::Real Y[]) const
 Evaluation of the expansion coefficients of one point.
void evaluate (const bem::Linear3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
XYColRealgetCol (uint blksz, uint n) const
 Allocates memory for the expansion coefficients and sets it to zero.
uint m () const
 Order of the expansion.
void shift (const concepts::Real3d &z, const concepts::Real src[], concepts::Real dst[]) const
 Shifting the expansion.
void shift (const concepts::Real3d &z, const concepts::Cmplx src[], concepts::Cmplx dst[]) const
 ~DMultipoleY ()

Private Attributes

uint blksz_
 Memory used for expansion coefficients.
concepts::Realfee_
concepts::Realfoo_
 Auxiliary vectors.
uint gauss_
 Number of quadrature points.
uint m_
 Expansion order.
MultipoleY< F > Y_
 Expansion used for shift and apply.

Detailed Description

template<class F = concepts::Real>
class cluster::DMultipoleY< F >

Normal derivative of the $Y$ part of the Multipole kernel expansion.

Parameters:
FField of the space (Real or Cmplx)

Definition at line 20 of file multipoleDY.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real>
cluster::DMultipoleY< F >::DMultipoleY ( uint  m,
uint  gauss 
)

Constructor.

Parameters:
mExpansion order
gaussNumber of quadrature points
template<class F = concepts::Real>
cluster::DMultipoleY< F >::~DMultipoleY ( ) [inline]

Definition at line 43 of file multipoleDY.hh.


Member Function Documentation

template<class F >
void cluster::DMultipoleY< F >::apply ( const XYColExpPtr Y,
const F  src[],
dst[] 
) const [inline, virtual]
Exceptions:
MissingFeature

Implements cluster::ExpansionXY< F >.

Definition at line 104 of file multipoleDY.hh.

Here is the call graph for this function:

template<class F = concepts::Real>
uint cluster::DMultipoleY< F >::blksz ( ) const [inline, virtual]

Size of memory used for the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 45 of file multipoleDY.hh.

template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const bem::Constant3d002< F > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const
Exceptions:
MissingFeature
template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const concepts::Real3d z,
const concepts::Unit3d h,
concepts::Real  Y[] 
) const

Evaluation of the expansion coefficients of one point.

Parameters:
zPoint
hNormal of the element containing the point
YExpansion coefficients
template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const concepts::Element< F > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const [virtual]

Computation of the expansion coefficients.

Exceptions:
MissingFeature
Parameters:
elmElement
cCluster center
YExpansion coefficients (output)

Implements cluster::ExpansionXY< F >.

template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const bem::Constant3d000< F > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const
Exceptions:
MissingFeature
template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const bem::Constant3d001< F > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const
Exceptions:
MissingFeature
template<class F = concepts::Real>
void cluster::DMultipoleY< F >::evaluate ( const bem::Linear3d000< F > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const
Exceptions:
MissingFeature
template<class Fspc >
XYColReal * cluster::DMultipoleY< Fspc >::getCol ( uint  blksz,
uint  n 
) const [inline, virtual]

Allocates memory for the expansion coefficients and sets it to zero.

Parameters:
blkszBlock size of the expansion
nNumber of expansions

Implements cluster::ExpansionXY< F >.

Definition at line 85 of file multipoleDY.hh.

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

Order of the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 46 of file multipoleDY.hh.

template<class Fspc >
void cluster::DMultipoleY< Fspc >::shift ( const concepts::Real3d z,
const concepts::Cmplx  src[],
concepts::Cmplx  dst[] 
) const [inline, virtual]

Implements cluster::ExpansionXY< F >.

Definition at line 97 of file multipoleDY.hh.

template<class Fspc >
void cluster::DMultipoleY< Fspc >::shift ( const concepts::Real3d z,
const concepts::Real  src[],
concepts::Real  dst[] 
) const [inline, virtual]

Shifting the expansion.

Parameters:
zShifting vector
srcOld expansion coefficients
dstNew expansion coefficients (output)

Implements cluster::ExpansionXY< F >.

Definition at line 90 of file multipoleDY.hh.


Member Data Documentation

template<class F = concepts::Real>
uint cluster::DMultipoleY< F >::blksz_ [private]

Memory used for expansion coefficients.

Definition at line 28 of file multipoleDY.hh.

template<class F = concepts::Real>
concepts::Real* cluster::DMultipoleY< F >::fee_ [private]

Definition at line 34 of file multipoleDY.hh.

template<class F = concepts::Real>
concepts::Real* cluster::DMultipoleY< F >::foo_ [private]

Auxiliary vectors.

Definition at line 33 of file multipoleDY.hh.

template<class F = concepts::Real>
uint cluster::DMultipoleY< F >::gauss_ [private]

Number of quadrature points.

Definition at line 30 of file multipoleDY.hh.

template<class F = concepts::Real>
uint cluster::DMultipoleY< F >::m_ [private]

Expansion order.

Definition at line 26 of file multipoleDY.hh.

template<class F = concepts::Real>
MultipoleY<F> cluster::DMultipoleY< F >::Y_ [private]

Expansion used for shift and apply.

Definition at line 23 of file multipoleDY.hh.


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

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