rebl-AMR
templateForest.h File Reference
#include "communicate.h"
#include "definitions.h"
#include "tree.h"
#include "typedefs.h"

Go to the source code of this file.

Classes

class  TemplateForest< N, Nvalue, M, Mvalue, T >
 Template Class designed to unify tree and full_tree topologies. More...
 

Typedefs

template<class T >
using treeList = std::list< T >
 
template<size_t M>
using seed = std::unordered_map< morton< M >, uint >
 

Typedef Documentation

◆ seed

template<size_t M>
using seed = std::unordered_map<morton<M>, uint>

< This map is defined to find the reference of the tree in the list that corresponds to the seed

◆ treeList

template<class T >
using treeList = std::list<T>

list container to hold the trees