Class for the far field matrices X and Y. More...

#include <xfy.hh>

Public Member Functions

uint memory () const
 Memory used. More...
 
cluster::XYColExpPtroperator[] (uint i) const
 Pointer to the far field values of element i. More...
 
const Haar3d0< F > & space () const
 
 XY00 (const Haar3d0< F > &spc, const cluster::ExpansionXY< F > &exp, const cluster::ExpansionXY< F > *shftExp=0)
 Constructor. More...
 
virtual ~XY00 ()
 Destructor. More...
 

Protected Attributes

const cluster::ExpansionXY< F > & exp_
 Expansion used for evaluation and application. More...
 

Private Member Functions

void constructor_ (cluster::XYColReal *xy, const cluster::ExpansionXY< F > *shftExp)
 Private constructor (used after type cast) More...
 

Private Attributes

cluster::XYColExpPtr ** elmptr_
 Pointers to the far field values of each element. More...
 
const Haar3d0< F > & spc_
 Agglomerated wavelet space. More...
 
cluster::XYColExpxy_
 Far field values of the elements. More...
 

Detailed Description

template<class F = concepts::Real>
class aglowav2::XY00< F >

Class for the far field matrices X and Y.

Not used for the interface but only for the implementation.

Definition at line 20 of file xfy.hh.

Constructor & Destructor Documentation

◆ XY00()

template<class F = concepts::Real>
aglowav2::XY00< F >::XY00 ( const Haar3d0< F > &  spc,
const cluster::ExpansionXY< F > &  exp,
const cluster::ExpansionXY< F > *  shftExp = 0 
)

Constructor.

Parameters
spcAgglomerated wavelet space
expExpansion used for evaluation and application
shftExpExpansion used for shifting the values. If shftExp is zero exp is used otherwise the shift vector changes its sign.

◆ ~XY00()

template<class F >
aglowav2::XY00< F >::~XY00
virtual

Destructor.

Definition at line 64 of file xfy.hh.

Member Function Documentation

◆ constructor_()

template<class F = concepts::Real>
void aglowav2::XY00< F >::constructor_ ( cluster::XYColReal xy,
const cluster::ExpansionXY< F > *  shftExp 
)
private

Private constructor (used after type cast)

Parameters
xyPointer to the far field values of the elements
shftExpExpansion used to shift the values. If shftExp is zero exp is used otherwise the shift vector changes its sign.

◆ memory()

template<class F >
uint aglowav2::XY00< F >::memory
inline

Memory used.

Definition at line 71 of file xfy.hh.

◆ operator[]()

template<class F = concepts::Real>
cluster::XYColExpPtr* aglowav2::XY00< F >::operator[] ( uint  i) const
inline

Pointer to the far field values of element i.

Definition at line 36 of file xfy.hh.

◆ space()

template<class F = concepts::Real>
const Haar3d0<F>& aglowav2::XY00< F >::space ( ) const
inline

Definition at line 34 of file xfy.hh.

Member Data Documentation

◆ elmptr_

template<class F = concepts::Real>
cluster::XYColExpPtr** aglowav2::XY00< F >::elmptr_
private

Pointers to the far field values of each element.

Definition at line 58 of file xfy.hh.

◆ exp_

template<class F = concepts::Real>
const cluster::ExpansionXY<F>& aglowav2::XY00< F >::exp_
protected

Expansion used for evaluation and application.

Definition at line 52 of file xfy.hh.

◆ spc_

template<class F = concepts::Real>
const Haar3d0<F>& aglowav2::XY00< F >::spc_
private

Agglomerated wavelet space.

Definition at line 56 of file xfy.hh.

◆ xy_

template<class F = concepts::Real>
cluster::XYColExp* aglowav2::XY00< F >::xy_
private

Far field values of the elements.

Definition at line 60 of file xfy.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich