#include <element.hh>
Public Types | |
typedef F | type |
Public Member Functions | |
Haar3d000 (const concepts::Real3d &cntr, concepts::Real rd, const concepts::Real *m, uint n, uint idx[], uint idxn, concepts::Real sz, Haar3d000< F > *chld, const bem::Constant3d002< F > **elm, uint nelm) | |
~Haar3d000 () | |
Destructor. | |
Haar3d000< F > * | child () const |
Children. | |
Haar3d000< F > * | link () const |
Elements on the same level. | |
Haar3d000< F > *& | link () |
const bem::Constant3d002< F > * | element (uint j) const |
-th element of the wavelet | |
uint | nelement () const |
Number of elements. | |
uint | gamma () const |
uint & | gamma () |
const concepts::TMatrixBase< F > & | T () const |
Global degree of freedom. | |
void | replaceT (uint idx[], uint idxn) |
Replace the T matrix (used for the sparsity pattern of the operator) | |
const M000 & | trafoM () const |
Local transformation matrix. | |
uint | index () const |
Index defined and used by some operators. | |
const Key & | key () const |
Key of the element. | |
Key & | key () |
const concepts::Real3d & | center () const |
Center of the element. | |
concepts::Real | radius () const |
Radius of the element. | |
concepts::Real | size () const |
Size of the support. | |
virtual const ElementGraphics< F > * | graphics () const |
uint & | tag () |
Returns the tag. | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Information about the element. | |
Space element for the agglomerated wavelets
F | Field of the element (Real || Cmplx) |
Definition at line 346 of file element.hh.
|
inherited |
Definition at line 54 of file element.hh.
aglowav2::Haar3d000< F >::Haar3d000 | ( | const concepts::Real3d & | cntr, |
concepts::Real | rd, | ||
const concepts::Real * | m, | ||
uint | n, | ||
uint | idx[], | ||
uint | idxn, | ||
concepts::Real | sz, | ||
Haar3d000< F > * | chld, | ||
const bem::Constant3d002< F > ** | elm, | ||
uint | nelm | ||
) |
Constructor
clst | Corresponding cluster in the cluster tree |
key | Key of the element |
m | Entries of the local transformation matrix |
n | Size of the local transformation matrix |
idx | Global index of the degrees of freedom on this element |
idxn | Length of idx (idxn <= n) |
sz | Support size of the element |
lnk | Wavelets on the same level |
chld | Wavelets on the next finer level |
elm | Elements belonging to the support |
nelm | Number of elements in elm |
Definition at line 420 of file element.hh.
|
inline |
Destructor.
Definition at line 366 of file element.hh.
|
inlineinherited |
Center of the element.
Definition at line 64 of file element.hh.
|
inlinevirtual |
const bem::Constant3d002< F > * aglowav2::Haar3d000< F >::element | ( | uint | j | ) | const |
-th element of the wavelet
Definition at line 438 of file element.hh.
|
inline |
Definition at line 381 of file element.hh.
|
inline |
Multiplication of the number of children of the elements on the coarser levels (used to approxiamte the support size)
Definition at line 380 of file element.hh.
|
inlinevirtualinherited |
Reimplemented in hp1D::BaseElement< F >, hp1D::BaseElement< Real >, hp2D::Quad< F >, hp2D::Quad< H >, hp2D::Quad< Real >, hp2Dedge::Quad< F >, linDG2D::Triangle, linDG3D::FvdgP0TetElem, linDG3D::FvdgP1TetElem, hp2D::BaseQuad< F >, linDG3D::FvdgElement, hp2D::BaseQuad< H >, and hp2D::BaseQuad< Real >.
Definition at line 63 of file element.hh.
|
inline |
Index defined and used by some operators.
Definition at line 390 of file element.hh.
|
protectedvirtual |
Information about the element.
Reimplemented from concepts::OutputOperator.
|
inlineinherited |
Definition at line 62 of file element.hh.
|
inlineinherited |
Key of the element.
Definition at line 61 of file element.hh.
|
inline |
Definition at line 372 of file element.hh.
|
inlinevirtual |
Elements on the same level.
Implements aglowav2::Haar3dXXX< F >.
Definition at line 371 of file element.hh.
|
inline |
Number of elements.
Definition at line 376 of file element.hh.
|
inlineinherited |
Radius of the element.
Definition at line 66 of file element.hh.
|
inline |
Replace the T matrix (used for the sparsity pattern of the operator)
Definition at line 443 of file element.hh.
|
inlineinherited |
Size of the support.
Definition at line 68 of file element.hh.
|
inlinevirtual |
Global degree of freedom.
Implements concepts::Element< F >.
Definition at line 384 of file element.hh.
|
inlineinherited |
Returns the tag.
Definition at line 66 of file element.hh.
|
inline |
Local transformation matrix.
Definition at line 388 of file element.hh.