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


Public Member Functions | |
| void | apply (const XYColExpPtr *Y, const Fspc src[], Fspc dst[]) const |
| uint | blksz () const |
| Size of memory used for the expansion. | |
| DTaylorY (uint m, uint gauss) | |
| Constructor. | |
| void | evaluate (const bem::Constant3d001< 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::Element< Fspc > &elm, const concepts::Real3d &c, XYColExpPtr *Y[]) const |
| Computation of the expansion coefficients. | |
| void | evaluate (const bem::Constant3d002< 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 concepts::Real3d &z, const concepts::Unit3d &h, concepts::Real Y[]) const |
| Evaluation of the expansion coefficients of one point. | |
| 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::Real src[], concepts::Real dst[]) const |
| Shifting the expansion. | |
| void | shift (const concepts::Real3d &z, const concepts::Cmplx src[], concepts::Cmplx dst[]) const |
| ~DTaylorY () | |
Protected Attributes | |
| concepts::Real * | 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. | |
| TaylorY< Fspc > | Y_ |
| Expansion used for shift and apply. | |
Normal derivative of the
part of the Taylor kernel expansion.
| Fspc | Field of the space (Real or Cmplx) |
| cluster::DTaylorY< Fspc >::DTaylorY | ( | uint | m, |
| uint | gauss | ||
| ) |
Constructor.
| m | Expansion order |
| gauss | Number of quadrature points |
| cluster::DTaylorY< Fspc >::~DTaylorY | ( | ) | [inline] |
| void cluster::DTaylorY< Fspc >::apply | ( | const XYColExpPtr * | Y, |
| const Fspc | src[], | ||
| Fspc | dst[] | ||
| ) | const [inline, virtual] |
| MissingFeature |
Implements cluster::ExpansionXY< Fspc >.
Definition at line 406 of file taylor.hh.

| uint cluster::DTaylorY< Fspc >::blksz | ( | ) | const [inline, virtual] |
Size of memory used for the expansion.
Implements cluster::ExpansionXY< Fspc >.
| 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.
| z | Point |
| h | Normal of the element containing the point |
| Y | Expansion coefficients |
| void cluster::DTaylorY< Fspc >::evaluate | ( | const bem::Constant3d001< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DTaylorY< 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 >.
| void cluster::DTaylorY< Fspc >::evaluate | ( | const bem::Constant3d000< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DTaylorY< Fspc >::evaluate | ( | const bem::Constant3d002< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| void cluster::DTaylorY< Fspc >::evaluate | ( | const bem::Linear3d000< Fspc > & | elm, |
| const concepts::Real3d & | c, | ||
| XYColExpPtr * | Y[] | ||
| ) | const |
| MissingFeature |
| uint cluster::DTaylorY< Fspc >::gauss | ( | ) | const [inline] |
| XYColReal * cluster::DTaylorY< 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::DTaylorY< Fspc >::m | ( | ) | const [inline, virtual] |
Order of the expansion.
Implements cluster::ExpansionXY< Fspc >.
| void cluster::DTaylorY< Fspc >::shift | ( | const concepts::Real3d & | z, |
| const concepts::Cmplx | src[], | ||
| concepts::Cmplx | dst[] | ||
| ) | const [inline, virtual] |
Implements cluster::ExpansionXY< Fspc >.
| void cluster::DTaylorY< 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 >.
uint cluster::DTaylorY< Fspc >::blksz_ [private] |
concepts::Real* cluster::DTaylorY< Fspc >::fee_ [protected] |
concepts::Real* cluster::DTaylorY< Fspc >::foo_ [protected] |
uint cluster::DTaylorY< Fspc >::gauss_ [private] |
uint cluster::DTaylorY< Fspc >::m_ [private] |
TaylorY<Fspc> cluster::DTaylorY< Fspc >::Y_ [private] |