aglowav2::Haar3dXXX< F > Class Template Referenceabstract
Abstract wavelet space element. More...
#include <element.hh>
Classes | |
class | Key |
Key of a wavelet element. More... | |
Public Types | |
typedef concepts::Real | type |
Public Member Functions | |
const concepts::Real3d & | center () const |
Center of the element. More... | |
virtual Haar3dXXX< F > * | child () const =0 |
children of the element More... | |
virtual const ElementGraphics< concepts::Real > * | graphics () const |
Haar3dXXX (const concepts::Real3d &cntr, concepts::Real rd, concepts::Real sz, const Key &key=Key()) | |
Constructor. More... | |
Key & | key () |
const Key & | key () const |
Key of the element. More... | |
virtual Haar3dXXX< F > * | link () const =0 |
elements on the same level More... | |
concepts::Real | radius () const |
Radius of the element. More... | |
concepts::Real | size () const |
Size of the support. More... | |
virtual const TMatrixBase< concepts::Real > & | T () const=0 |
Returns the T matrix of the element. More... | |
uint & | tag () |
Returns the tag. More... | |
virtual | ~Haar3dXXX () |
Destructor. More... | |
Private Attributes | |
concepts::Real3d | cntr_ |
Key | key_ |
concepts::Real | rd_ |
concepts::Real | sz_ |
uint | tag_ |
Tag information. More... | |
Detailed Description
template<class F = concepts::Real>
class aglowav2::Haar3dXXX< F >
Abstract wavelet space element.
- Parameters
-
F Field of the element (Real || Cmplx)
Definition at line 26 of file element.hh.
Member Typedef Documentation
◆ type
|
inherited |
Definition at line 54 of file element.hh.
Constructor & Destructor Documentation
◆ Haar3dXXX()
|
inline |
Constructor.
Definition at line 83 of file element.hh.
◆ ~Haar3dXXX()
|
inlinevirtual |
Destructor.
Definition at line 58 of file element.hh.
Member Function Documentation
◆ center()
|
inline |
Center of the element.
Definition at line 64 of file element.hh.
◆ child()
|
pure virtual |
children of the element
Implemented in aglowav2::Haar3d000< concepts::Real >.
◆ graphics()
|
inlinevirtualinherited |
Definition at line 63 of file element.hh.
◆ key() [1/2]
|
inline |
Definition at line 62 of file element.hh.
◆ key() [2/2]
|
inline |
Key of the element.
Definition at line 61 of file element.hh.
◆ link()
|
pure virtual |
elements on the same level
Implemented in aglowav2::Haar3d000< concepts::Real >, aglowav2::Haar3d000< F >, and aglowav2::Haar3d000< concepts::Real >.
◆ radius()
|
inline |
Radius of the element.
Definition at line 66 of file element.hh.
◆ size()
|
inline |
Size of the support.
Definition at line 68 of file element.hh.
◆ T()
|
pure virtualinherited |
Returns the T matrix of the element.
Implemented in aglowav2::Haar3d000< concepts::Real >, and aglowav::Haar3d000< concepts::Real >.
◆ tag()
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
Member Data Documentation
◆ cntr_
|
private |
Definition at line 76 of file element.hh.
◆ key_
|
private |
Definition at line 78 of file element.hh.
◆ rd_
|
private |
Definition at line 77 of file element.hh.
◆ sz_
|
private |
Definition at line 79 of file element.hh.
◆ tag_
|
privateinherited |
Tag information.
Definition at line 69 of file element.hh.
The documentation for this class was generated from the following file:
- aglowav2/element.hh