Class documentation of Concepts

Loading...
Searching...
No Matches
cluster::CebysevLaplaceF< Fspc > Class Template Reference

#include <cebysev.hh>

Inheritance diagram for cluster::CebysevLaplaceF< Fspc >:
cluster::ExpansionF< Fspc >

Public Member Functions

 CebysevLaplaceF (uint m, concepts::Real eta)
 
uint blksz (uint m) const
 
uint m () const
 Order of the expansion.
 
virtual FColRealgetCol (uint blksz) const
 Allocates memory for the expansion coefficients.
 
void fit (uint m, const concepts::Real3d &z, concepts::Real F[]) const
 Interpolation.
 
void ceby2poly (uint m, const concepts::Real3d &z, concepts::Real F[]) const
 Conversion from Cebysev to monomial basis of interpolation polynom.
 
void evaluate (uint m, const concepts::Real3d &z, FColExp *Fexp) const
 
void evaluate (uint m, const concepts::Real3d &z, FColReal Fexp[]) const
 
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
 

Detailed Description

template<class Fspc = concepts::Real>
class cluster::CebysevLaplaceF< Fspc >

$F$ part of the Cebysev expansion of the Laplace kernel.

Parameters
FspcField of the space (Real or Cmplx)

Definition at line 21 of file cebysev.hh.

Constructor & Destructor Documentation

◆ CebysevLaplaceF()

template<class Fspc = concepts::Real>
cluster::CebysevLaplaceF< Fspc >::CebysevLaplaceF ( uint  m,
concepts::Real  eta 
)

Constructor

Parameters
mExpansion order
etaSize of interpolation domain $0<\eta<1$

Member Function Documentation

◆ apply()

template<class Fspc >
void cluster::CebysevLaplaceF< Fspc >::apply ( uint  m,
const FColExp Fexp,
const Fspc  src[],
Fspc  dst[] 
) const
inlinevirtual
Exceptions
MissingFeature

Implements cluster::ExpansionF< Fspc >.

Definition at line 125 of file cebysev.hh.

◆ blksz()

template<class Fspc = concepts::Real>
uint cluster::CebysevLaplaceF< Fspc >::blksz ( uint  m) const
inlinevirtual

Size of memory used for the expansion

Parameters
mExpansion order

Implements cluster::ExpansionF< Fspc >.

Definition at line 69 of file cebysev.hh.

◆ evaluate() [1/2]

template<class Fspc >
void cluster::CebysevLaplaceF< Fspc >::evaluate ( uint  m,
const concepts::Real3d z,
FColExp Fexp 
) const
inlinevirtual
Exceptions
MissingFeature

Implements cluster::ExpansionF< Fspc >.

Definition at line 101 of file cebysev.hh.

◆ evaluate() [2/2]

template<class Fspc >
void cluster::CebysevLaplaceF< Fspc >::evaluate ( uint  m,
const concepts::Real3d z,
FColReal  Fexp[] 
) const
inline

Definition at line 116 of file cebysev.hh.

◆ getCol()

template<class Fspc = concepts::Real>
virtual FColReal * cluster::CebysevLaplaceF< Fspc >::getCol ( uint  blksz) const
inlinevirtual

Allocates memory for the expansion coefficients.

Implements cluster::ExpansionF< Fspc >.

Definition at line 72 of file cebysev.hh.

◆ m()

template<class Fspc = concepts::Real>
uint cluster::CebysevLaplaceF< Fspc >::m ( ) const
inlinevirtual

Order of the expansion.

Implements cluster::ExpansionF< Fspc >.

Definition at line 70 of file cebysev.hh.


The documentation for this class was generated from the following file: