#include <multipoleX.hh>
Public Member Functions | |
| MultipoleX (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 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 |
| template<class FF > | |
| void | shift (const concepts::Real3d &z, const FF src[], FF dst[], uint foo) const |
| void | apply (const concepts::Real X[], const F src[], F dst[]) const |
| void | apply (const XYColExpPtr *Xexp, const F src[], F dst[]) const |
| void | evaluate (const concepts::Element< F > &elm, const concepts::Real3d &c, XYColExpPtr *X[]) const |
| void | evaluate (const bem::Dirac3d000< 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 |

| F | Field of the space (Real or Cmplx) |
Definition at line 21 of file multipoleX.hh.
| cluster::MultipoleX< F >::MultipoleX | ( | uint | m, |
| uint | gauss | ||
| ) |
Constructor.
| m | Expansion order |
| gauss | Number of quadrature points |
|
inline |
Definition at line 40 of file multipoleX.hh.
| void cluster::MultipoleX< F >::apply | ( | const concepts::Real | X[], |
| const F | src[], | ||
| F | dst[] | ||
| ) | const |
| MissingFeature |
|
inlinevirtual |
Application of the expansion.
| MissingFeature |
| XY | Expansion coefficients |
| src | Source |
| dst | Destination (output) |
Implements cluster::ExpansionXY< F >.
Definition at line 100 of file multipoleX.hh.
|
inlinevirtual |
Size of memory used for the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 42 of file multipoleX.hh.
| void cluster::MultipoleX< F >::evaluate | ( | const bem::Constant3d000< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | X[] | ||
| ) | const |
| MissingFeature |
| void cluster::MultipoleX< F >::evaluate | ( | const bem::Constant3d001< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | X[] | ||
| ) | const |
| MissingFeature |
| void cluster::MultipoleX< F >::evaluate | ( | const bem::Constant3d002< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | X[] | ||
| ) | const |
| MissingFeature |
| void cluster::MultipoleX< F >::evaluate | ( | const bem::Dirac3d000< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | X[] | ||
| ) | const |
| MissingFeature |
| void cluster::MultipoleX< F >::evaluate | ( | const bem::Linear3d000< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | X[] | ||
| ) | const |
| MissingFeature |
|
virtual |
Computation of the expansion coefficients.
| MissingFeature |
| elm | Element |
| c | Cluster center |
| X | Expansion coefficients (output) |
Implements cluster::ExpansionXY< F >.
| void cluster::MultipoleX< F >::evaluate | ( | const concepts::Real3d & | z, |
| concepts::Real | X[] | ||
| ) | const |
Evaluation of the expansion coefficients of one point
| z | Point |
| X | 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 88 of file multipoleX.hh.
|
inlinevirtual |
Order of the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 43 of file multipoleX.hh.
|
virtual |
Implements cluster::ExpansionXY< F >.
|
inlinevirtual |
Shifting the expansion coefficients.
Implements cluster::ExpansionXY< F >.
Definition at line 93 of file multipoleX.hh.