cluster::CebysevLaplaceF< Fspc > Class Template Referenceabstract
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 | |
virtual void | apply (uint m, const FColExp *Fexp, const concepts::Real src[], concepts::Real dst[]) const=0 |
Application of the expansion. More... | |
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. More... | |
void | ceby2poly (uint m, const concepts::Real3d &z, concepts::Real F[]) const |
Conversion from Cebysev to monomial basis of interpolation polynom. More... | |
CebysevLaplaceF (uint m, concepts::Real eta) | |
Constructor. More... | |
void | evaluate (uint m, const concepts::Real3d &z, FColExp *Fexp) const |
void | evaluate (uint m, const concepts::Real3d &z, FColReal Fexp[]) const |
void | fit (uint m, const concepts::Real3d &z, concepts::Real F[]) const |
Interpolation. More... | |
virtual FColReal * | getCol (uint blksz) const |
Allocates memory for the expansion coefficients. More... | |
uint | m () const |
virtual uint | m () const=0 |
Order of the expansion. More... | |
virtual | ~CebysevLaplaceF () |
Private Member Functions | |
int | index_ (int ix, int iy, int iz) const |
Private Attributes | |
concepts::Real ** | cebysev_ |
Values of the Cebysev polynomials. More... | |
concepts::Real * | d_ |
Auxiliary vectors. More... | |
concepts::Real * | dd_ |
concepts::Real | eta_ |
Interpolation coefficient. More... | |
concepts::Real * | kernel_ |
values of the kernel function More... | |
uint | m_ |
Expansion order. More... | |
concepts::Real * | x_ |
Interpolation points. More... | |
concepts::Real * | y_ |
concepts::Real * | z_ |
Detailed Description
template<class Fspc = concepts::Real>
class cluster::CebysevLaplaceF< Fspc >
part of the Cebysev expansion of the Laplace kernel.
- Parameters
-
Fspc Field of the space (Real or Cmplx)
Definition at line 21 of file cebysev.hh.
Constructor & Destructor Documentation
◆ CebysevLaplaceF()
cluster::CebysevLaplaceF< Fspc >::CebysevLaplaceF | ( | uint | m, |
concepts::Real | eta | ||
) |
Constructor.
- Parameters
-
m Expansion order eta Size of interpolation domain
◆ ~CebysevLaplaceF()
|
virtual |
Member Function Documentation
◆ apply() [1/3]
|
pure virtualinherited |
Application of the expansion.
- Exceptions
-
MissingFeature
- Parameters
-
m Expansion order F Expansion coefficients src Source dst Destination (output)
◆ apply() [2/3]
|
inline |
- Exceptions
-
MissingFeature
Definition at line 125 of file cebysev.hh.
◆ apply() [3/3]
void cluster::CebysevLaplaceF< Fspc >::apply | ( | uint | m, |
const FColReal | Fexp[], | ||
const Fspc | src[], | ||
Fspc | dst[] | ||
) | const |
◆ blksz()
|
inlinevirtual |
Size of memory used for the expansion.
- Parameters
-
m Expansion order
Implements cluster::ExpansionF< concepts::Real >.
Definition at line 69 of file cebysev.hh.
◆ ceby2poly()
void cluster::CebysevLaplaceF< Fspc >::ceby2poly | ( | uint | m, |
const concepts::Real3d & | z, | ||
concepts::Real | F[] | ||
) | const |
Conversion from Cebysev to monomial basis of interpolation polynom.
◆ evaluate() [1/2]
|
inlinevirtual |
- Exceptions
-
MissingFeature
Implements cluster::ExpansionF< concepts::Real >.
Definition at line 101 of file cebysev.hh.
◆ evaluate() [2/2]
|
inline |
Definition at line 116 of file cebysev.hh.
◆ fit()
void cluster::CebysevLaplaceF< Fspc >::fit | ( | uint | m, |
const concepts::Real3d & | z, | ||
concepts::Real | F[] | ||
) | const |
Interpolation.
◆ getCol()
|
inlinevirtual |
Allocates memory for the expansion coefficients.
Implements cluster::ExpansionF< concepts::Real >.
Definition at line 72 of file cebysev.hh.
◆ index_()
|
inlineprivate |
Definition at line 95 of file cebysev.hh.
◆ m() [1/2]
|
inline |
Definition at line 70 of file cebysev.hh.
◆ m() [2/2]
|
pure virtualinherited |
Order of the expansion.
Member Data Documentation
◆ cebysev_
|
private |
Values of the Cebysev polynomials.
Definition at line 47 of file cebysev.hh.
◆ d_
|
private |
Auxiliary vectors.
Definition at line 55 of file cebysev.hh.
◆ dd_
|
private |
Definition at line 56 of file cebysev.hh.
◆ eta_
|
private |
Interpolation coefficient.
Definition at line 45 of file cebysev.hh.
◆ kernel_
|
private |
values of the kernel function
Definition at line 53 of file cebysev.hh.
◆ m_
|
private |
Expansion order.
Definition at line 43 of file cebysev.hh.
◆ x_
|
private |
Interpolation points.
Definition at line 49 of file cebysev.hh.
◆ y_
|
private |
Definition at line 50 of file cebysev.hh.
◆ z_
|
private |
Definition at line 51 of file cebysev.hh.
The documentation for this class was generated from the following file:
- cluster/cebysev.hh