part of the Cebysev expansion of the Laplace kernel.
More...
#include <cebysev.hh>


Classes | |
| class | FColCebyLpl |
| Class to hold the expansion coefficients. More... | |
Public Member Functions | |
| void | apply (uint m, const FColExp *Fexp, const Fspc src[], Fspc dst[]) const |
| void | apply (uint m, const FColReal Fexp[], const Fspc src[], Fspc dst[]) const |
| uint | blksz (uint m) const |
| Size of memory used for the expansion. | |
| void | ceby2poly (uint m, const concepts::Real3d &z, concepts::Real F[]) const |
| Conversion from Cebysev to monomial basis of interpolation polynom. | |
| CebysevLaplaceF (uint m, concepts::Real eta) | |
| Constructor. | |
| void | evaluate (uint m, const concepts::Real3d &z, FColReal Fexp[]) const |
| void | evaluate (uint m, const concepts::Real3d &z, FColExp *Fexp) const |
| void | fit (uint m, const concepts::Real3d &z, concepts::Real F[]) const |
| Interpolation. | |
| virtual FColReal * | getCol (uint blksz) const |
| Allocates memory for the expansion coefficients. | |
| uint | m () const |
| Order of the expansion. | |
| virtual | ~CebysevLaplaceF () |
Private Member Functions | |
| int | index_ (int ix, int iy, int iz) const |
Private Attributes | |
| concepts::Real ** | cebysev_ |
| Values of the Cebysev polynomials. | |
| concepts::Real * | d_ |
| Auxiliary vectors. | |
| concepts::Real * | dd_ |
| concepts::Real | eta_ |
| Interpolation coefficient. | |
| concepts::Real * | kernel_ |
| values of the kernel function | |
| uint | m_ |
| Expansion order. | |
| concepts::Real * | x_ |
| Interpolation points. | |
| concepts::Real * | y_ |
| concepts::Real * | z_ |
part of the Cebysev expansion of the Laplace kernel.
| Fspc | Field of the space (Real or Cmplx) |
Definition at line 18 of file cebysev.hh.
| cluster::CebysevLaplaceF< Fspc >::CebysevLaplaceF | ( | uint | m, |
| concepts::Real | eta | ||
| ) |
Constructor.
| m | Expansion order |
| eta | Size of interpolation domain |
| virtual cluster::CebysevLaplaceF< Fspc >::~CebysevLaplaceF | ( | ) | [virtual] |
| void cluster::CebysevLaplaceF< Fspc >::apply | ( | uint | m, |
| const FColExp * | Fexp, | ||
| const Fspc | src[], | ||
| Fspc | dst[] | ||
| ) | const [inline, virtual] |
| MissingFeature |
Implements cluster::ExpansionF< Fspc >.
Definition at line 121 of file cebysev.hh.

| void cluster::CebysevLaplaceF< Fspc >::apply | ( | uint | m, |
| const FColReal | Fexp[], | ||
| const Fspc | src[], | ||
| Fspc | dst[] | ||
| ) | const |
| uint cluster::CebysevLaplaceF< Fspc >::blksz | ( | uint | m | ) | const [inline, virtual] |
Size of memory used for the expansion.
| m | Expansion order |
Implements cluster::ExpansionF< Fspc >.
Definition at line 65 of file cebysev.hh.
| void cluster::CebysevLaplaceF< Fspc >::ceby2poly | ( | uint | m, |
| const concepts::Real3d & | z, | ||
| concepts::Real | F[] | ||
| ) | const |
Conversion from Cebysev to monomial basis of interpolation polynom.
| void cluster::CebysevLaplaceF< Fspc >::evaluate | ( | uint | m, |
| const concepts::Real3d & | z, | ||
| FColReal | Fexp[] | ||
| ) | const [inline] |
| void cluster::CebysevLaplaceF< Fspc >::evaluate | ( | uint | m, |
| const concepts::Real3d & | z, | ||
| FColExp * | Fexp | ||
| ) | const [inline, virtual] |
| MissingFeature |
Implements cluster::ExpansionF< Fspc >.
Definition at line 97 of file cebysev.hh.

| void cluster::CebysevLaplaceF< Fspc >::fit | ( | uint | m, |
| const concepts::Real3d & | z, | ||
| concepts::Real | F[] | ||
| ) | const |
Interpolation.
| virtual FColReal* cluster::CebysevLaplaceF< Fspc >::getCol | ( | uint | blksz | ) | const [inline, virtual] |
Allocates memory for the expansion coefficients.
Implements cluster::ExpansionF< Fspc >.
Definition at line 68 of file cebysev.hh.
| int cluster::CebysevLaplaceF< Fspc >::index_ | ( | int | ix, |
| int | iy, | ||
| int | iz | ||
| ) | const [inline, private] |
Definition at line 91 of file cebysev.hh.
| uint cluster::CebysevLaplaceF< Fspc >::m | ( | ) | const [inline, virtual] |
Order of the expansion.
Implements cluster::ExpansionF< Fspc >.
Definition at line 66 of file cebysev.hh.
concepts::Real** cluster::CebysevLaplaceF< Fspc >::cebysev_ [private] |
Values of the Cebysev polynomials.
Definition at line 43 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::d_ [private] |
Auxiliary vectors.
Definition at line 51 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::dd_ [private] |
Definition at line 52 of file cebysev.hh.
concepts::Real cluster::CebysevLaplaceF< Fspc >::eta_ [private] |
Interpolation coefficient.
Definition at line 41 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::kernel_ [private] |
values of the kernel function
Definition at line 49 of file cebysev.hh.
uint cluster::CebysevLaplaceF< Fspc >::m_ [private] |
Expansion order.
Definition at line 39 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::x_ [private] |
Interpolation points.
Definition at line 45 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::y_ [private] |
Definition at line 46 of file cebysev.hh.
concepts::Real* cluster::CebysevLaplaceF< Fspc >::z_ [private] |
Definition at line 47 of file cebysev.hh.