Class documentation of Concepts

Loading...
Searching...
No Matches
aglowav::BiHaar3d< F > Class Template Reference

#include <space.hh>

Inheritance diagram for aglowav::BiHaar3d< F >:
aglowav::Haar3d< F > concepts::Space< F > concepts::OutputOperator

Public Types

typedef Element< F > type
 
typedef Scan< Element< F > > Scanner
 

Public Member Functions

 BiHaar3d (BiTree< BiClNode00< F > > &tree)
 Constructor.
 
 ~BiHaar3d ()
 Destructor.
 
uint dim () const
 Dimenstion of the space.
 
uint nelm () const
 Number of elements.
 
uint nlvl () const
 Maximal number of levels.
 
BiHaar3dDFSScan< F > * dfsscan () const
 Scanner (depth first search (1. children, 2. parent))
 
BiHaar3dBFSScan< F > * bfsscan () const
 Scanner ("breadth" first search (1. parent, 2. children))
 
BiHaar3dBFSScan< F > * scan () const
 Scanner (same as bfsscan())
 
virtual uint getOutputDimension () const
 Returns the default output dimension, when we consider plotting a real-valued operator on this space.
 

Protected Member Functions

std::ostream & info (std::ostream &os) const
 Information about the space.
 

Detailed Description

template<class F = concepts::Real>
class aglowav::BiHaar3d< F >

Agglomerated binary wavelet space

Parameters
FField (Real || Cmplx)
NodeNode of the cluster tree

Definition at line 152 of file space.hh.

Member Typedef Documentation

◆ Scanner

template<class F >
typedef Scan<Element<F> > concepts::Space< F >::Scanner
inherited

Definition at line 47 of file space.hh.

◆ type

template<class F >
typedef Element<F> concepts::Space< F >::type
inherited

Definition at line 46 of file space.hh.

Constructor & Destructor Documentation

◆ ~BiHaar3d()

template<class F = concepts::Real>
aglowav::BiHaar3d< F >::~BiHaar3d ( )
inline

Destructor.

Definition at line 157 of file space.hh.

Member Function Documentation

◆ bfsscan()

template<class F >
BiHaar3dBFSScan< F > * aglowav::BiHaar3d< F >::bfsscan ( ) const
inlinevirtual

Scanner ("breadth" first search (1. parent, 2. children))

Implements aglowav::Haar3d< F >.

Definition at line 200 of file space.hh.

◆ dfsscan()

template<class F >
BiHaar3dDFSScan< F > * aglowav::BiHaar3d< F >::dfsscan ( ) const
inlinevirtual

Scanner (depth first search (1. children, 2. parent))

Implements aglowav::Haar3d< F >.

Definition at line 195 of file space.hh.

◆ dim()

template<class F = concepts::Real>
uint aglowav::BiHaar3d< F >::dim ( ) const
inlinevirtual

Dimenstion of the space.

Implements concepts::Space< F >.

Definition at line 160 of file space.hh.

◆ getOutputDimension()

template<class F >
virtual uint concepts::Space< F >::getOutputDimension ( ) const
inlinevirtualinherited

Returns the default output dimension, when we consider plotting a real-valued operator on this space.

Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.

Definition at line 50 of file space.hh.

◆ info()

template<class F >
std::ostream & aglowav::BiHaar3d< F >::info ( std::ostream &  os) const
protectedvirtual

Information about the space.

Reimplemented from concepts::Space< F >.

Definition at line 210 of file space.hh.

◆ nelm()

template<class F = concepts::Real>
uint aglowav::BiHaar3d< F >::nelm ( ) const
inlinevirtual

Number of elements.

Implements concepts::Space< F >.

Definition at line 162 of file space.hh.

◆ nlvl()

template<class F = concepts::Real>
uint aglowav::BiHaar3d< F >::nlvl ( ) const
inlinevirtual

Maximal number of levels.

Implements aglowav::Haar3d< F >.

Definition at line 164 of file space.hh.

◆ scan()

template<class F >
BiHaar3dBFSScan< F > * aglowav::BiHaar3d< F >::scan ( ) const
inlinevirtual

Scanner (same as bfsscan())

Implements concepts::Space< F >.

Definition at line 205 of file space.hh.


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