#include <space.hh>
Public Types | |
typedef Element< F > | type |
typedef Scan< Element< F > > | Scanner |
Public Member Functions | |
Haar3d0 (cluster::Tree< cluster::Cluster< F > > &tree, uint d=0) | |
virtual | ~Haar3d0 () |
Destructor. | |
uint | dim () const |
Dimension of the space. | |
uint | nelm () const |
Number of elements. | |
uint | nlvl () const |
Maximal number of levels. | |
uint | d () const |
Order of vanishing moments. | |
uint | maxLocDim () const |
Maximal local dimension. | |
uint | sumLocDim () const |
Sum of the local dimensions. | |
concepts::Real | size () const |
Smallest size of a cell. | |
const concepts::Space< F > & | space () const |
One scale space. | |
Haar3d0DFSScan< F > * | dfsscan () const |
Scanner (depth first search (1. children, 2. parent)) | |
Haar3d0BFSScan< F > * | bfsscan () const |
Scanner ("breadth" first search (1. parent, 2. children)) | |
Haar3d0BFSScan< 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 wavelet space
F | Field (Real || Cmplx) |
|
inherited |
|
inherited |
aglowav2::Haar3d0< F >::Haar3d0 | ( | cluster::Tree< cluster::Cluster< F > > & | tree, |
uint | d = 0 |
||
) |
Constructor
tree | Cluster tree |
d | Order of vanishing moments |
|
inlinevirtual |
|
inlinevirtual |
Scanner ("breadth" first search (1. parent, 2. children))
Implements aglowav2::Haar3d< F >.
|
inline |
|
inlinevirtual |
Scanner (depth first search (1. children, 2. parent))
Implements aglowav2::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 |
Maximal number of levels.
Implements aglowav2::Haar3d< F >.
|
inlinevirtual |
Scanner (same as bfsscan())
Implements concepts::Space< F >.
|
inline |
|
inline |
|
inline |