aglowav::BiHaar3d< F > Class Template Referenceabstract
Agglomerated binary wavelet space. More...
#include <space.hh>
Public Types | |
typedef Scan< Element< concepts::Real > > | Scanner |
typedef Element< concepts::Real > | type |
Public Member Functions | |
BiHaar3dBFSScan< F > * | bfsscan () const |
Scanner ("breadth" first search (1. parent, 2. children)) More... | |
virtual Haar3dBFSScan< concepts::Real > * | bfsscan () const=0 |
Scanner ("breadth" first search (1. parent, 2. children)) More... | |
BiHaar3d (BiTree< BiClNode00< F > > &tree) | |
Constructor. More... | |
BiHaar3dDFSScan< F > * | dfsscan () const |
Scanner (depth first search (1. children, 2. parent)) More... | |
virtual Haar3dDFSScan< concepts::Real > * | dfsscan () const=0 |
Scanner (depth first search (1. children, 2. parent)) More... | |
uint | dim () const |
Dimenstion of the space. More... | |
virtual uint | dim () const=0 |
Returns the dimension of the space. More... | |
virtual uint | getOutputDimension () const |
Returns the default output dimension, when we consider plotting a real-valued operator on this space. More... | |
uint | nelm () const |
Number of elements. More... | |
virtual uint | nelm () const=0 |
Returns the number of elements in the space. More... | |
uint | nlvl () const |
Maximal number of levels. More... | |
virtual uint | nlvl () const=0 |
Maximal number of levels. More... | |
BiHaar3dBFSScan< F > * | scan () const |
Scanner (same as bfsscan()) More... | |
virtual Scanner * | scan () const=0 |
Returns a scanner to iterate over the elements of the space. More... | |
~BiHaar3d () | |
Destructor. More... | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Information about the space. More... | |
Private Member Functions | |
Haar3d000< F > * | constructor_ (BiClNode00< F > *nd, concepts::Real *m, typename Haar3dXXX< F, 2 >::Key &key) |
Recursive constructor. More... | |
void | destructor_ (Haar3d000< F > *elm) |
Recursive destructor. More... | |
Private Attributes | |
uint | dim_ |
Space dimension. More... | |
Haar3d000< F > * | elm_ |
Root of the wavelet tree. More... | |
uint | nelm_ |
Space elements. More... | |
uint | nlvl_ |
Maximal number of levels. More... | |
Detailed Description
template<class F = concepts::Real>
class aglowav::BiHaar3d< F >
Agglomerated binary wavelet space.
- Parameters
-
F Field (Real || Cmplx) Node Node of the cluster tree
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Constructor & Destructor Documentation
◆ BiHaar3d()
aglowav::BiHaar3d< F >::BiHaar3d | ( | BiTree< BiClNode00< F > > & | tree | ) |
Constructor.
◆ ~BiHaar3d()
|
inline |
Member Function Documentation
◆ bfsscan() [1/2]
|
inline |
◆ bfsscan() [2/2]
|
pure virtualinherited |
Scanner ("breadth" first search (1. parent, 2. children))
◆ constructor_()
|
private |
Recursive constructor.
◆ destructor_()
|
private |
Recursive destructor.
◆ dfsscan() [1/2]
|
inline |
◆ dfsscan() [2/2]
|
pure virtualinherited |
Scanner (depth first search (1. children, 2. parent))
◆ dim() [1/2]
|
inline |
◆ dim() [2/2]
|
pure virtualinherited |
Returns the dimension of the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::DummySpace< concepts::Real >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ getOutputDimension()
|
inlinevirtualinherited |
◆ info()
|
protectedvirtual |
Information about the space.
Reimplemented from concepts::Space< concepts::Real >.
◆ nelm() [1/2]
|
inline |
◆ nelm() [2/2]
|
pure virtualinherited |
Returns the number of elements in the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::DummySpace< concepts::Real >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
◆ nlvl() [1/2]
|
inline |
◆ nlvl() [2/2]
|
pure virtualinherited |
Maximal number of levels.
◆ scan() [1/2]
|
inline |
◆ scan() [2/2]
|
pure virtualinherited |
Returns a scanner to iterate over the elements of the space.
Implemented in concepts::SpaceOnCells< concepts::Real >, concepts::DummySpace< concepts::Real >, aglowav2::Haar3d0< concepts::Real >, aglowav::BiHaar3d< concepts::Real >, bem::AdaptConst3d002< F >, bem::AdaptConst3d001< F >, and bem::AdaptConst3d000< F >.
Member Data Documentation
◆ dim_
|
private |
◆ elm_
|
private |
◆ nelm_
|
private |
◆ nlvl_
|
private |
The documentation for this class was generated from the following file:
- aglowav/space.hh