Class for the far field matrix Y. More...

#include <xfy.hh>

Inheritance diagram for aglowav2::Y00< F >:
aglowav2::XY00< concepts::Real >

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
 Agglomerated wavelet space. More...
 
 Y00 (const cluster::ExpansionXY< F > &exp, const Haar3d0< F > &spc)
 Constructor. More...
 

Private Member Functions

void constructor_ (cluster::XYColReal *xy, const cluster::ExpansionXY< concepts::Real > *shftExp)
 Private constructor (used after type cast) More...
 
uint memory () const
 Memory used. More...
 
const Haar3d0< concepts::Real > & space () const
 

Private Attributes

cluster::XYColExpPtr ** elmptr_
 Pointers to the far field values of each element. More...
 
const cluster::ExpansionXY< concepts::Real > & exp_
 Expansion used for evaluation and application. More...
 
const Haar3d0< concepts::Real > & spc_
 Agglomerated wavelet space. More...
 
cluster::XYColExpxy_
 Far field values of the elements. More...
 

Detailed Description

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

Class for the far field matrix Y.

Parameters
FField (Real or Cmplx)

Definition at line 81 of file xfy.hh.

Constructor & Destructor Documentation

◆ Y00()

template<class F >
aglowav2::Y00< F >::Y00 ( const cluster::ExpansionXY< F > &  exp,
const Haar3d0< F > &  spc 
)
inline

Constructor.

Parameters
expExpansion
spcAgglomerated wavelet space

Definition at line 98 of file xfy.hh.

Member Function Documentation

◆ constructor_()

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

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() [1/2]

uint aglowav2::XY00< concepts::Real >::memory
inlineinherited

Memory used.

Definition at line 38 of file xfy.hh.

◆ memory() [2/2]

template<class F = concepts::Real>
uint aglowav2::Y00< F >::memory ( ) const
inline

Memory used.

Definition at line 94 of file xfy.hh.

◆ operator[]()

template<class F >
cluster::XYColExpPtr * aglowav2::Y00< F >::operator[] ( uint  i) const
inline

Pointer to the far field values of element i.

Definition at line 102 of file xfy.hh.

◆ space() [1/2]

const Haar3d0<concepts::Real >& aglowav2::XY00< concepts::Real >::space ( ) const
inlineinherited

Definition at line 34 of file xfy.hh.

◆ space() [2/2]

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

Agglomerated wavelet space.

Definition at line 90 of file xfy.hh.

Member Data Documentation

◆ elmptr_

cluster::XYColExpPtr** aglowav2::XY00< concepts::Real >::elmptr_
privateinherited

Pointers to the far field values of each element.

Definition at line 58 of file xfy.hh.

◆ exp_

const cluster::ExpansionXY<concepts::Real >& aglowav2::XY00< concepts::Real >::exp_
protectedinherited

Expansion used for evaluation and application.

Definition at line 52 of file xfy.hh.

◆ spc_

const Haar3d0<concepts::Real >& aglowav2::XY00< concepts::Real >::spc_
privateinherited

Agglomerated wavelet space.

Definition at line 56 of file xfy.hh.

◆ xy_

cluster::XYColExp* aglowav2::XY00< concepts::Real >::xy_
privateinherited

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