Class documentation of Concepts

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

#include <multipoleDY.hh>

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

Public Member Functions

 DMultipoleY (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 Y[]) const
 
void shift (const concepts::Real3d &z, const concepts::Real src[], concepts::Real dst[]) const
 
void shift (const concepts::Real3d &z, const concepts::Cmplx src[], concepts::Cmplx dst[]) const
 
void apply (const XYColExpPtr *Y, const F src[], F dst[]) const
 
void evaluate (const concepts::Element< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Constant3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Constant3d001< 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 bem::Linear3d000< F > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 

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 22 of file multipoleDY.hh.

Constructor & Destructor Documentation

◆ DMultipoleY()

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

Constructor.

Parameters
mExpansion order
gaussNumber of quadrature points

◆ ~DMultipoleY()

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

Definition at line 45 of file multipoleDY.hh.

Member Function Documentation

◆ apply()

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

Implements cluster::ExpansionXY< F >.

Definition at line 106 of file multipoleDY.hh.

◆ blksz()

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

Size of memory used for the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 47 of file multipoleDY.hh.

◆ evaluate() [1/6]

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

◆ evaluate() [2/6]

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

◆ evaluate() [3/6]

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

◆ evaluate() [4/6]

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

◆ evaluate() [5/6]

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 >.

◆ evaluate() [6/6]

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

◆ getCol()

template<class Fspc >
XYColReal * cluster::DMultipoleY< Fspc >::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 87 of file multipoleDY.hh.

◆ m()

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

Order of the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 48 of file multipoleDY.hh.

◆ shift() [1/2]

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

Implements cluster::ExpansionXY< F >.

Definition at line 99 of file multipoleDY.hh.

◆ shift() [2/2]

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

Shifting the expansion.

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

Implements cluster::ExpansionXY< F >.

Definition at line 92 of file multipoleDY.hh.


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