#include <multipoleY.hh>
Public Member Functions | |
MultipoleY (uint m, uint gauss) | |
uint | blksz () const |
Size of memory used for the expansion. | |
uint | m () const |
Order of the expansion. | |
XYColReal * | getCol (uint blksz, uint n) const |
void | evaluate (const concepts::Real3d &z, 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 |
template<class FF > | |
void | shift (const concepts::Real3d &z, const FF src[], FF dst[], uint foo) const |
void | apply (const concepts::Real Y[], const F src[], F 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::Dirac3d000< 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 |
part of the Multipole kernel expansion
F | Field of the space (Real or Cmplx) |
Definition at line 21 of file multipoleY.hh.
cluster::MultipoleY< F >::MultipoleY | ( | uint | m, |
uint | gauss | ||
) |
Constructor.
m | Expansion order |
gauss | Number of quadrature points |
|
inline |
Definition at line 40 of file multipoleY.hh.
|
inlinevirtual |
Application of the expansion.
MissingFeature |
XY | Expansion coefficients |
src | Source |
dst | Destination (output) |
Implements cluster::ExpansionXY< F >.
Definition at line 98 of file multipoleY.hh.
|
inlinevirtual |
Size of memory used for the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 42 of file multipoleY.hh.
void cluster::MultipoleY< F >::evaluate | ( | const bem::Constant3d000< F > & | elm, |
const concepts::Real3d & | c, | ||
XYColExpPtr * | Y[] | ||
) | const |
MissingFeature |
void cluster::MultipoleY< F >::evaluate | ( | const bem::Constant3d001< F > & | elm, |
const concepts::Real3d & | c, | ||
XYColExpPtr * | Y[] | ||
) | const |
MissingFeature |
void cluster::MultipoleY< F >::evaluate | ( | const bem::Constant3d002< F > & | elm, |
const concepts::Real3d & | c, | ||
XYColExpPtr * | Y[] | ||
) | const |
MissingFeature |
void cluster::MultipoleY< F >::evaluate | ( | const bem::Dirac3d000< F > & | elm, |
const concepts::Real3d & | c, | ||
XYColExpPtr * | Y[] | ||
) | const |
MissingFeature |
void cluster::MultipoleY< F >::evaluate | ( | const bem::Linear3d000< F > & | elm, |
const concepts::Real3d & | c, | ||
XYColExpPtr * | Y[] | ||
) | const |
MissingFeature |
|
virtual |
Computation of the expansion coefficients.
MissingFeature |
elm | Element |
c | Cluster center |
Y | Expansion coefficients (output) |
Implements cluster::ExpansionXY< F >.
void cluster::MultipoleY< F >::evaluate | ( | const concepts::Real3d & | z, |
concepts::Real | Y[] | ||
) | const |
Evaluation of the expansion coefficients of one point
z | Point |
Y | Expansion coefficients |
|
inlinevirtual |
Allocates memory for the expansion coefficients and sets it to zero.
blksz | Block size of the expansion |
n | Number of expansions |
Implements cluster::ExpansionXY< F >.
Definition at line 86 of file multipoleY.hh.
|
inlinevirtual |
Order of the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 43 of file multipoleY.hh.
|
virtual |
Implements cluster::ExpansionXY< F >.
|
inlinevirtual |
Shifting the expansion.
z | Shifting vector |
src | Old expansion coefficients |
dst | New expansion coefficients (output) |
Implements cluster::ExpansionXY< F >.
Definition at line 91 of file multipoleY.hh.