#include <space.hh>
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. | |
Agglomerated binary wavelet space
F | Field (Real || Cmplx) |
Node | Node of the cluster tree |
|
inherited |
|
inherited |
|
inline |
|
inlinevirtual |
Scanner ("breadth" first search (1. parent, 2. children))
Implements aglowav::Haar3d< F >.
|
inlinevirtual |
Scanner (depth first search (1. children, 2. parent))
Implements aglowav::Haar3d< F >.
|
inlinevirtual |
|
inlinevirtualinherited |
Returns the default output dimension, when we consider plotting a real-valued operator on this space.
Reimplemented in hp2D::hpAdaptiveSpaceHCurl, and hp2Dedge::Space.
|
protectedvirtual |
Information about the space.
Reimplemented from concepts::Space< F >.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Scanner (same as bfsscan())
Implements concepts::Space< F >.