Class documentation of Concepts

Loading...
Searching...
No Matches
cluster::DTaylorY< Fspc > Class Template Referenceabstract

#include <taylor.hh>

Inheritance diagram for cluster::DTaylorY< Fspc >:
cluster::ExpansionXY< F >

Public Member Functions

 DTaylorY (uint m, uint gauss)
 
uint blksz () const
 Size of memory used for the expansion.
 
uint m () const
 Order of the expansion.
 
uint gauss () const
 
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 Fspc src[], Fspc dst[]) const
 
void evaluate (const concepts::Element< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Constant3d000< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Constant3d001< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Constant3d002< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
void evaluate (const bem::Linear3d000< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const
 
virtual void evaluate (const concepts::Element< F > &elm, const concepts::Real3d &c, XYColExpPtr *XY[]) const =0
 
virtual void apply (const XYColExpPtr *XY, const F src[], F dst[]) const =0
 

Protected Attributes

concepts::Realfoo_
 Auxiliary vectors.
 
concepts::Realfee_
 

Detailed Description

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

Normal derivative of the $Y$ part of the Taylor kernel expansion

Parameters
FspcField of the space (Real or Cmplx)

Definition at line 321 of file taylor.hh.

Constructor & Destructor Documentation

◆ DTaylorY()

template<class Fspc = concepts::Real>
cluster::DTaylorY< Fspc >::DTaylorY ( uint  m,
uint  gauss 
)

Constructor.

Parameters
mExpansion order
gaussNumber of quadrature points

◆ ~DTaylorY()

template<class Fspc = concepts::Real>
cluster::DTaylorY< Fspc >::~DTaylorY ( )
inline

Definition at line 345 of file taylor.hh.

Member Function Documentation

◆ apply() [1/2]

template<class F = concepts::Real>
virtual void cluster::ExpansionXY< F >::apply ( const XYColExpPtr XY,
const F  src[],
dst[] 
) const
pure virtualinherited

Application of the expansion.

Exceptions
MissingFeature
Parameters
XYExpansion coefficients
srcSource
dstDestination (output)

Implemented in cluster::DMultipoleX< F >, cluster::MultipoleX< concepts::Real >, cluster::MultipoleX< F >, cluster::MultipoleY< concepts::Real >, cluster::DMultipoleY< F >, and cluster::MultipoleY< F >.

◆ apply() [2/2]

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

Definition at line 408 of file taylor.hh.

◆ blksz()

template<class Fspc = concepts::Real>
uint cluster::DTaylorY< Fspc >::blksz ( ) const
inlinevirtual

Size of memory used for the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 347 of file taylor.hh.

◆ evaluate() [1/7]

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

◆ evaluate() [2/7]

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

◆ evaluate() [3/7]

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

◆ evaluate() [4/7]

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

◆ evaluate() [5/7]

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

Computation of the expansion coefficients.

Exceptions
MissingFeature
Parameters
elmElement
cCluster center
XYExpansion coefficients (output)

Implemented in cluster::DMultipoleX< F >, cluster::MultipoleX< F >, cluster::DMultipoleY< F >, and cluster::MultipoleY< F >.

◆ evaluate() [6/7]

template<class Fspc = concepts::Real>
void cluster::DTaylorY< Fspc >::evaluate ( const concepts::Element< Fspc > &  elm,
const concepts::Real3d c,
XYColExpPtr Y[] 
) const

Computation of the expansion coefficients.

Exceptions
MissingFeature
Parameters
elmElement
cCluster center
YExpansion coefficients (output)

◆ evaluate() [7/7]

template<class Fspc = concepts::Real>
void cluster::DTaylorY< Fspc >::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

◆ gauss()

template<class Fspc = concepts::Real>
uint cluster::DTaylorY< Fspc >::gauss ( ) const
inline

Definition at line 349 of file taylor.hh.

◆ getCol()

template<class Fspc >
XYColReal * cluster::DTaylorY< 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 389 of file taylor.hh.

◆ m()

template<class Fspc = concepts::Real>
uint cluster::DTaylorY< Fspc >::m ( ) const
inlinevirtual

Order of the expansion.

Implements cluster::ExpansionXY< F >.

Definition at line 348 of file taylor.hh.

◆ shift() [1/2]

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

Implements cluster::ExpansionXY< F >.

Definition at line 401 of file taylor.hh.

◆ shift() [2/2]

template<class Fspc >
void cluster::DTaylorY< 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 394 of file taylor.hh.

Member Data Documentation

◆ fee_

template<class Fspc = concepts::Real>
concepts::Real* cluster::DTaylorY< Fspc >::fee_
protected

Definition at line 336 of file taylor.hh.

◆ foo_

template<class Fspc = concepts::Real>
concepts::Real* cluster::DTaylorY< Fspc >::foo_
protected

Auxiliary vectors.

Definition at line 335 of file taylor.hh.


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