Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Functions
aglowav Namespace Reference

Used for the aglowav classes for the boundary element method. More...

Classes

class  BiClNode00
 Binary node for the cluster and Haar wavelet agglomeration algorithm. More...
class  BiHaar3d
 Agglomerated binary wavelet space. More...
class  BiHaar3dBFSScan
 Scanner of the BiHaar3d space ("breadth" first search (bfs)) (1. More...
class  BiHaar3dDFSScan
 Scanner of the BiHaar3d space (depth first search (dfs)) (1. More...
class  BiTree
 Binary tree. More...
class  BiTreeTraits
 Traits for the binary tree algorithm. More...
class  C2_tl2
 Weighted diagonal preconditioner for the binary Wavelets. More...
class  C2tl2
 Inverse weighted diagonal preconditioner for the binary Wavelets (inverse of C2_tl2). More...
class  C2W
 Transformation operator from the adaptive constant space to the agglomerated wavelet space without scaling. More...
class  CGt2
 Weighted diagonal preconditioner for the binary Wavelets. More...
class  ClstBiTreeTraits
 Traits for the binary cluster tree algorithm. More...
class  ComposeN
 Composes more than 2 operators. More...
class  Est01
 Error estimator for the constant space. More...
class  Est02
 Error estimator for the constant space. More...
class  Est03
 Error estimator for the constant space. More...
class  Est04
 Error estimator for the constant space. More...
class  Haar3d
 Agglomerated wavelet space. More...
class  Haar3d000
 Binary space element for the agglomerated wavelets. More...
class  Haar3dBFSScan
 Scanner of the Haar3d space ("breadth" first search (bfs)) (1. More...
class  Haar3dDFSScan
 Scanner of the Haar3d space (depth first search (dfs)) (1. More...
class  Haar3dXXX
 Abstract space element for the agglomerated wavelets. More...
class  M
 Local transformation matrix. More...
class  One2ManyTree
class  One2ManyTreeTraits
 Traits for trees where the nodes have always a fixed number of leafs. More...
class  Tree01
 Binary tree for the cluster and agglomeration algorithm. More...
class  Tree02
 Binary tree for the cluster and agglomeration algorithm. More...
class  W2C
 Transformation operator from the agglomerated wavelet space to the adaptive constant space without scaling. More...

Functions

template<class o2mNode >
std::ostream & operator<< (std::ostream &os, const One2ManyTree< o2mNode > &t)
template<class F >
std::ostream & operator<< (std::ostream &os, const BiClNode00< F > &nd)

Detailed Description

Used for the aglowav classes for the boundary element method.

Author:
Gregor Schmidlin, 2002

Function Documentation

template<class o2mNode >
std::ostream& aglowav::operator<< ( std::ostream &  os,
const One2ManyTree< o2mNode > &  t 
) [inline]

Definition at line 34 of file tree.hh.

Here is the call graph for this function:

template<class F >
std::ostream& aglowav::operator<< ( std::ostream &  os,
const BiClNode00< F > &  nd 
) [inline]

Definition at line 125 of file tree.hh.


Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)