aglowav::Haar3dXXX< F, d >::Key Class Reference

Key of the wavelet element. More...

#include <element.hh>

Public Member Functions

uint j () const
 
 Key (uint l, uint j)
 
uint l () const
 
int operator< (const Key &key)
 
int operator== (const Key &key)
 

Private Attributes

uint j_
 
uint l_
 

Detailed Description

template<class F = concepts::Real, uint d = 2>
class aglowav::Haar3dXXX< F, d >::Key

Key of the wavelet element.

Parameters
lLevel
jnumber dependent of the level

Definition at line 110 of file element.hh.

Constructor & Destructor Documentation

◆ Key()

template<class F = concepts::Real, uint d = 2>
aglowav::Haar3dXXX< F, d >::Key::Key ( uint  l,
uint  j 
)
inline

Definition at line 112 of file element.hh.

Member Function Documentation

◆ j()

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::j ( ) const
inline

Definition at line 121 of file element.hh.

◆ l()

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::l ( ) const
inline

Definition at line 120 of file element.hh.

◆ operator<()

template<class F = concepts::Real, uint d = 2>
int aglowav::Haar3dXXX< F, d >::Key::operator< ( const Key key)
inline

Definition at line 117 of file element.hh.

◆ operator==()

template<class F = concepts::Real, uint d = 2>
int aglowav::Haar3dXXX< F, d >::Key::operator== ( const Key key)
inline

Definition at line 114 of file element.hh.

Member Data Documentation

◆ j_

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::j_
private

Definition at line 124 of file element.hh.

◆ l_

template<class F = concepts::Real, uint d = 2>
uint aglowav::Haar3dXXX< F, d >::Key::l_
private

Definition at line 123 of file element.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