part of the Taylor kernel expansion
More...
#include <taylor.hh>


Public Member Functions | |
| void | apply (const concepts::Real Y[], const Fspc src[], Fspc dst[]) const |
| void | apply (const XYColExpPtr *Y, const Fspc src[], Fspc dst[]) const |
| Application of the expansion. | |
| uint | blksz () const |
| Size of memory used for the expansion. | |
| void | evaluate (const bem::Constant3d001< 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::Constant3d002< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const |
| void | evaluate (const bem::Linear3d000< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const |
| void | evaluate (const concepts::Real3d &z, concepts::Real Y[]) const |
| Evaluation of the expansion coefficients of one point. | |
| void | evaluate (const concepts::Element< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const |
| Computation of the expansion coefficients. | |
| void | evaluate (const bem::Dirac3d000< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const |
| uint | gauss () const |
| XYColReal * | getCol (uint blksz, uint n) const |
| Allocates memory for the expansion coefficients and sets it to zero. | |
| uint | m () const |
| Order of the expansion. | |
| void | shift (const concepts::Real3d &z, const concepts::Cmplx src[], concepts::Cmplx dst[]) const |
| void | shift (const concepts::Real3d &z, const concepts::Real src[], concepts::Real dst[]) const |
| Shifting the expansion. | |
| template<class F > | |
| void | shift (const concepts::Real3d &z, const F src[], F dst[], uint foo) const |
| TaylorY (uint m, uint gauss) | |
| Constructor. | |
| ~TaylorY () | |
Protected Attributes | |
| Fspc * | fee_ |
| concepts::Real * | foo_ |
| Auxiliary vectors. | |
Private Attributes | |
| uint | blksz_ |
| Memory used for expansion coefficients. | |
| uint | gauss_ |
| Number of quadrature points. | |
| uint | m_ |
| Expansion order. | |
part of the Taylor kernel expansion
| Fspc | Field of the space (Real or Cmplx) |
| cluster::TaylorY< Fspc >::TaylorY | ( | uint | m, |
| uint | gauss | ||
| ) |
Constructor.
| m | Expansion order |
| gauss | Number of quadrature points |
| cluster::TaylorY< Fspc >::~TaylorY | ( | ) | [inline] |
| void cluster::TaylorY< Fspc >::apply | ( | const concepts::Real | Y[], |
| const Fspc | src[], | ||
| Fspc | dst[] | ||
| ) | const |
| MissingFeature |
| void cluster::TaylorY< Fspc >::apply | ( | const XYColExpPtr * | XY, |
| const Fspc | src[], | ||
| Fspc | dst[] | ||
| ) | const [inline, virtual] |
Application of the expansion.
| MissingFeature |
| XY | Expansion coefficients |
| src | Source |
| dst | Destination (output) |
Implements cluster::ExpansionXY< Fspc >.
Definition at line 304 of file taylor.hh.

| uint cluster::TaylorY< Fspc >::blksz | ( | ) | const [inline, virtual] |
Size of memory used for the expansion.
Implements cluster::ExpansionXY< Fspc >.
| void cluster::TaylorY< Fspc >::evaluate | ( | const bem::Constant3d002< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::TaylorY< Fspc >::evaluate | ( | const concepts::Real3d & | z, |
| concepts::Real | Y[] | ||
| ) | const |
Evaluation of the expansion coefficients of one point.
| z | Point |
| Y | Expansion coefficients |
| void cluster::TaylorY< Fspc >::evaluate | ( | const bem::Linear3d000< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::TaylorY< Fspc >::evaluate | ( | const concepts::Element< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const [virtual] |
Computation of the expansion coefficients.
| MissingFeature |
| elm | Element |
| c | Cluster center |
| Y | Expansion coefficients (output) |
Implements cluster::ExpansionXY< Fspc >.
Reimplemented in TaylorY3d< Fspc >.
| void cluster::TaylorY< Fspc >::evaluate | ( | const bem::Dirac3d000< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::TaylorY< Fspc >::evaluate | ( | const bem::Constant3d000< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::TaylorY< Fspc >::evaluate | ( | const bem::Constant3d001< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| uint cluster::TaylorY< Fspc >::gauss | ( | ) | const [inline] |
| XYColReal * cluster::TaylorY< Fspc >::getCol | ( | uint | blksz, |
| uint | n | ||
| ) | const [inline, virtual] |
Allocates memory for the expansion coefficients and sets it to zero.
| blksz | Block size of the expansion |
| n | Number of expansions |
Implements cluster::ExpansionXY< Fspc >.
| uint cluster::TaylorY< Fspc >::m | ( | ) | const [inline, virtual] |
Order of the expansion.
Implements cluster::ExpansionXY< Fspc >.
| void cluster::TaylorY< Fspc >::shift | ( | const concepts::Real3d & | z, |
| const concepts::Real | src[], | ||
| concepts::Real | dst[] | ||
| ) | const [inline, virtual] |
Shifting the expansion.
| z | Shifting vector |
| src | Old expansion coefficients |
| dst | New expansion coefficients (output) |
Implements cluster::ExpansionXY< Fspc >.
| void cluster::TaylorY< Fspc >::shift | ( | const concepts::Real3d & | z, |
| const concepts::Cmplx | src[], | ||
| concepts::Cmplx | dst[] | ||
| ) | const [inline, virtual] |
Implements cluster::ExpansionXY< Fspc >.
| void cluster::TaylorY< Fspc >::shift | ( | const concepts::Real3d & | z, |
| const F | src[], | ||
| F | dst[], | ||
| uint | foo | ||
| ) | const |
uint cluster::TaylorY< Fspc >::blksz_ [private] |
Fspc* cluster::TaylorY< Fspc >::fee_ [protected] |
concepts::Real* cluster::TaylorY< Fspc >::foo_ [protected] |
uint cluster::TaylorY< Fspc >::gauss_ [private] |
uint cluster::TaylorY< Fspc >::m_ [private] |