aglowav2::Haar3d0< F > Class Template Referenceabstract
Agglomerated wavelet space. More...
#include <space.hh>
Public Types | |
typedef Scan< Element< concepts::Real > > | Scanner |
typedef Element< concepts::Real > | type |
Public Member Functions | |
Haar3d0BFSScan< 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... | |
uint | d () const |
Order of vanishing moments. More... | |
Haar3d0DFSScan< 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 |
Dimension 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... | |
Haar3d0 (cluster::Tree< cluster::Cluster< F > > &tree, uint d=0) | |
Constructor. More... | |
uint | maxLocDim () const |
Maximal local dimension. More... | |
virtual uint | maxLocDim () const=0 |
Maximal number of children of an element. 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... | |
Haar3d0BFSScan< 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... | |
concepts::Real | size () const |
Smallest size of a cell. More... | |
const concepts::Space< F > & | space () const |
One scale space. More... | |
uint | sumLocDim () const |
Sum of the local dimensions. More... | |
virtual | ~Haar3d0 () |
Destructor. More... | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Information about the space. More... | |
Private Member Functions | |
void | constructor_ (const cluster::Cluster< F > *clst, uint lvl, Haar3d000< F > **Chld, Haar3d000< F > **Curchld, uint *nChld, const bem::Constant3d002< F > **Elm, uint *nElm, concepts::Real *At, uint *nAt) |
Constructor for recursive calls. More... | |
void | destructor_ (Haar3d000< F > *elm) |
Destructor for recursive calls. More... | |
void | keyset_ (Haar3d000< F > *elm, uint lvl, uint gamma) |
Sets the key and gamma of each element correctly. More... | |
void | moments_ (const bem::Constant3d002< F > &elm, concepts::Real *mnts) |
Computes the moments up to order d (normed basis functions are assumed) More... | |
Private Attributes | |
concepts::Real * | At_ |
uint * | bc_ |
Binomial coefficients (used only in the constructor) More... | |
uint | d_ |
Order of vanishing moments. More... | |
uint | dim_ |
Space dimension. More... | |
Haar3d000< F > * | elm_ |
Root of the wavelet tree. More... | |
uint * | idx_ |
uint * | j_ |
Auxiliary vectors for the keys of the elements and the DoF's. More... | |
const bem::Constant3d002< F > ** | locelm_ |
Auxiliary vectors for local elements (used only in the constructor) More... | |
uint | maxLocDim_ |
Maximal local dimension. More... | |
uint | nelm_ |
Number of space elements. More... | |
uint | nlvl_ |
Maximal number of levels. More... | |
concepts::Real * | S_ |
Auxiliary vectors for the SVD (used only in the constructor) s_ Singular values ut_ Local transformation matrix and from the SVD of at_ Moment matrix work_ Vector used by Lapack. More... | |
uint | sLocDim_ |
Sum of the local dimensions. More... | |
const concepts::Space< F > & | spc_ |
One scale space. More... | |
concepts::Real | sz_ |
Smallest size of a cell. More... | |
concepts::Real * | Ut_ |
concepts::Real * | v0x_ |
Auxiliary vectors for the computation of the moments (used only in the constructor. More... | |
concepts::Real * | v0y_ |
concepts::Real * | v0z_ |
concepts::Real * | work_ |
concepts::Real * | x_ |
concepts::Real * | y_ |
concepts::Real * | z_ |
Static Private Attributes | |
static const concepts::Real | EPS_ |
Threshold for singular values. More... | |
static const uint | MAXLOCDIM_ |
Maximal dimension of local transformation matrix. More... | |
Detailed Description
template<class F = concepts::Real>
class aglowav2::Haar3d0< F >
Agglomerated wavelet space.
- Parameters
-
F Field (Real || Cmplx)
Member Typedef Documentation
◆ Scanner
|
inherited |
◆ type
|
inherited |
Constructor & Destructor Documentation
◆ Haar3d0()
aglowav2::Haar3d0< F >::Haar3d0 | ( | cluster::Tree< cluster::Cluster< F > > & | tree, |
uint | d = 0 |
||
) |
Constructor.
- Parameters
-
tree Cluster tree d Order of vanishing moments
◆ ~Haar3d0()
|
inlinevirtual |
Member Function Documentation
◆ bfsscan() [1/2]
|
inline |
◆ bfsscan() [2/2]
|
pure virtualinherited |
Scanner ("breadth" first search (1. parent, 2. children))
Implemented in aglowav2::Haar3d0< concepts::Real >.
◆ constructor_()
|
private |
Constructor for recursive calls.
- Parameters
-
clst Cluster in the cluster tree lvl Level Chld Child pointer of father element (in- and output) Curchld Pointer of father on the last child (in- and output) Elm Space for local element list nElm Number of elements (in- and output) At Moment matrix (output) nAt Number of columns in At (in- and output)
◆ d()
|
inline |
◆ destructor_()
|
private |
Destructor for recursive calls.
◆ dfsscan() [1/2]
|
inline |
◆ dfsscan() [2/2]
|
pure virtualinherited |
Scanner (depth first search (1. children, 2. parent))
Implemented in aglowav2::Haar3d0< concepts::Real >.
◆ 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 >.
◆ keyset_()
|
private |
Sets the key and gamma of each element correctly.
◆ maxLocDim() [1/2]
|
inline |
◆ maxLocDim() [2/2]
|
pure virtualinherited |
Maximal number of children of an element.
Implemented in aglowav2::Haar3d0< concepts::Real >.
◆ moments_()
|
private |
Computes the moments up to order d (normed basis functions are assumed)
- Parameters
-
elm Element mnts Moments up to order d_ (output, array of size (d_+1)*(d_+2)*(d_+3)/6)
◆ 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.
Implemented in aglowav2::Haar3d0< concepts::Real >.
◆ 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 >.
◆ size()
|
inline |
◆ space()
|
inline |
◆ sumLocDim()
|
inline |
Member Data Documentation
◆ At_
|
private |
◆ bc_
|
private |
◆ d_
|
private |
◆ dim_
|
private |
◆ elm_
|
private |
◆ EPS_
|
staticprivate |
◆ idx_
|
private |
◆ j_
|
private |
◆ locelm_
|
private |
◆ maxLocDim_
|
private |
◆ MAXLOCDIM_
|
staticprivate |
◆ nelm_
|
private |
◆ nlvl_
|
private |
◆ S_
|
private |
◆ sLocDim_
|
private |
◆ spc_
|
private |
◆ sz_
|
private |
◆ Ut_
|
private |
◆ v0x_
|
private |
◆ v0y_
|
private |
◆ v0z_
|
private |
◆ work_
|
private |
◆ x_
|
private |
◆ y_
|
private |
◆ z_
|
private |
The documentation for this class was generated from the following file:
- aglowav2/space.hh