Class documentation of Concepts

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

#include <taylor.hh>

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

Public Member Functions

 TaylorLaplaceF (uint m)
 
uint blksz (uint m) const
 
uint m () const
 Order of the expansion.
 
virtual FColRealgetCol (uint blksz) const
 
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::TaylorLaplaceF< Fspc >

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

Parameters
FspcField of the space (Real or Cmplx)

Definition at line 423 of file taylor.hh.

Constructor & Destructor Documentation

◆ TaylorLaplaceF()

template<class Fspc = concepts::Real>
cluster::TaylorLaplaceF< Fspc >::TaylorLaplaceF ( uint  m)
inline

Constructor.

Parameters
mExpansion order

Definition at line 434 of file taylor.hh.

◆ ~TaylorLaplaceF()

template<class Fspc = concepts::Real>
virtual cluster::TaylorLaplaceF< Fspc >::~TaylorLaplaceF ( )
inlinevirtual

Definition at line 436 of file taylor.hh.

Member Function Documentation

◆ apply()

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

Implements cluster::ExpansionF< Fspc >.

Definition at line 470 of file taylor.hh.

◆ blksz()

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

Size of memory used for the expansion

Parameters
mExpansion order

Implements cluster::ExpansionF< Fspc >.

Definition at line 441 of file taylor.hh.

◆ evaluate()

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

Implements cluster::ExpansionF< Fspc >.

Definition at line 460 of file taylor.hh.

◆ getCol()

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

Allocates memory for the expansion coefficients.

Implements cluster::ExpansionF< Fspc >.

Definition at line 445 of file taylor.hh.

◆ m()

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

Order of the expansion.

Implements cluster::ExpansionF< Fspc >.

Definition at line 442 of file taylor.hh.


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