#include <multipoleDY.hh>
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. | |
| XYColReal * | getCol (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 |
Normal derivative of the 
| F | Field of the space (Real or Cmplx) |
Definition at line 22 of file multipoleDY.hh.
| cluster::DMultipoleY< F >::DMultipoleY | ( | uint | m, |
| uint | gauss | ||
| ) |
Constructor.
| m | Expansion order |
| gauss | Number of quadrature points |
|
inline |
Definition at line 45 of file multipoleDY.hh.
|
inlinevirtual |
| MissingFeature |
Implements cluster::ExpansionXY< F >.
Definition at line 106 of file multipoleDY.hh.
|
inlinevirtual |
Size of memory used for the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 47 of file multipoleDY.hh.
| void cluster::DMultipoleY< F >::evaluate | ( | const bem::Constant3d000< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DMultipoleY< F >::evaluate | ( | const bem::Constant3d001< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DMultipoleY< F >::evaluate | ( | const bem::Constant3d002< F > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DMultipoleY< 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::DMultipoleY< F >::evaluate | ( | const concepts::Real3d & | z, |
| const concepts::Unit3d & | h, | ||
| concepts::Real | Y[] | ||
| ) | const |
Evaluation of the expansion coefficients of one point
| z | Point |
| h | Normal of the element containing the 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 87 of file multipoleDY.hh.
|
inlinevirtual |
Order of the expansion.
Implements cluster::ExpansionXY< F >.
Definition at line 48 of file multipoleDY.hh.
|
inlinevirtual |
Implements cluster::ExpansionXY< F >.
Definition at line 99 of file multipoleDY.hh.
|
inlinevirtual |
Shifting the expansion.
| z | Shifting vector |
| src | Old expansion coefficients |
| dst | New expansion coefficients (output) |
Implements cluster::ExpansionXY< F >.
Definition at line 92 of file multipoleDY.hh.