Class documentation of Concepts

Loading...
Searching...
No Matches
cluster::DMultipoleX< F > Class Template Reference

#include <multipoleDX.hh>

Inheritance diagram for cluster::DMultipoleX< F >:
cluster::ExpansionXY< F >

Public Member Functions

 DMultipoleX (uint m, uint gauss)
 
uint blksz () const
 Size of memory used for the expansion.
 
uint m () const
 Order of the expansion.
 
XYColRealgetCol (uint blksz, uint n) const
 
void evaluate (const concepts::Real3d &z, const concepts::Unit3d &h, concepts::Real X[]) const
 
void shift (const concepts::Real3d &z, const concepts::Real src[], concepts::Real dst[]) const
 Shifting the expansion coefficients.
 
void shift (const concepts::Real3d &z, const concepts::Cmplx src[], concepts::Cmplx dst[]) const
 
void apply (const XYColExpPtr *X, const F src[], F dst[]) const
 
void evaluate (const concepts::Element< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const
 
void evaluate (const bem::Constant3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const
 
void evaluate (const bem::Constant3d001< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const
 
void evaluate (const bem::Constant3d002< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const
 
void evaluate (const bem::Linear3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const
 

Detailed Description

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

Normal derivative of the $X$ part of the Multipole kernel expansion

Parameters
FField of the space (Real or Cmplx)

Definition at line 22 of file multipoleDX.hh.

Constructor & Destructor Documentation

◆ DMultipoleX()

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

Constructor.

Parameters
mExpansion order
gaussNumber of quadrature points

◆ ~DMultipoleX()

template<class F = concepts::Real>
cluster::DMultipoleX< F >::~DMultipoleX ( )
inline

Definition at line 45 of file multipoleDX.hh.

Member Function Documentation

◆ apply()

template<class F >
void cluster::DMultipoleX< F >::apply ( const XYColExpPtr X,
const F  src[],
dst[] 
) const
inlinevirtual
Exceptions
MissingFeature

Implements cluster::ExpansionXY< F >.

Definition at line 107 of file multipoleDX.hh.

◆ blksz()

template<class F = concepts::Real>
uint cluster::DMultipoleX< F >::blksz ( ) const
inlinevirtual

Size of memory used for the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 47 of file multipoleDX.hh.

◆ evaluate() [1/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const bem::Constant3d000< F > &  elm,
const concepts::Real3d c,
XYColExpPtr X[] 
) const
Exceptions
MissingFeature

◆ evaluate() [2/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const bem::Constant3d001< F > &  elm,
const concepts::Real3d c,
XYColExpPtr X[] 
) const
Exceptions
MissingFeature

◆ evaluate() [3/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const bem::Constant3d002< F > &  elm,
const concepts::Real3d c,
XYColExpPtr X[] 
) const
Exceptions
MissingFeature

◆ evaluate() [4/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const bem::Linear3d000< F > &  elm,
const concepts::Real3d c,
XYColExpPtr X[] 
) const
Exceptions
MissingFeature

◆ evaluate() [5/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const concepts::Element< F > &  elm,
const concepts::Real3d c,
XYColExpPtr X[] 
) const
virtual

Computation of the expansion coefficients.

Exceptions
MissingFeature
Parameters
elmElement
cCluster center
XExpansion coefficients (output)

Implements cluster::ExpansionXY< F >.

◆ evaluate() [6/6]

template<class F = concepts::Real>
void cluster::DMultipoleX< F >::evaluate ( const concepts::Real3d z,
const concepts::Unit3d h,
concepts::Real  X[] 
) const

Evaluation of the expansion coefficients of one point

Parameters
zPoint
hNormal of the element containing the point
XExpansion coefficients

◆ getCol()

template<class F >
XYColReal * cluster::DMultipoleX< F >::getCol ( uint  blksz,
uint  n 
) const
inlinevirtual

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 88 of file multipoleDX.hh.

◆ m()

template<class F = concepts::Real>
uint cluster::DMultipoleX< F >::m ( ) const
inlinevirtual

Order of the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 48 of file multipoleDX.hh.

◆ shift() [1/2]

template<class F >
void cluster::DMultipoleX< F >::shift ( const concepts::Real3d z,
const concepts::Cmplx  src[],
concepts::Cmplx  dst[] 
) const
inlinevirtual

Implements cluster::ExpansionXY< F >.

Definition at line 100 of file multipoleDX.hh.

◆ shift() [2/2]

template<class F >
void cluster::DMultipoleX< F >::shift ( const concepts::Real3d z,
const concepts::Real  src[],
concepts::Real  dst[] 
) const
inlinevirtual

Shifting the expansion coefficients.

Implements cluster::ExpansionXY< F >.

Definition at line 93 of file multipoleDX.hh.


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