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

Classes | Namespaces | Functions
aglowav/tree.hh File Reference
#include "basics/exceptions.hh"
#include "space/space.hh"
#include "bem/element.hh"
#include "cluster/tree.hh"
Include dependency graph for tree.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aglowav::BiClNode00< F >
 Binary node for the cluster and Haar wavelet agglomeration algorithm. More...
class  aglowav::BiTree< biNode >
 Binary tree. More...
class  aglowav::BiTreeTraits< Node >
 Traits for the binary tree algorithm. More...
class  aglowav::ClstBiTreeTraits< BiClNode >
 Traits for the binary cluster tree algorithm. More...
union  aglowav::BiClNode00< F >::NE
 Node -> rght, leaf -> elm. More...
class  aglowav::One2ManyTree< o2mNode >
class  aglowav::One2ManyTreeTraits< o2mNode >
 Traits for trees where the nodes have always a fixed number of leafs. More...

Namespaces

namespace  aglowav
 

Used for the aglowav classes for the boundary element method.


Functions

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

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