#include "TreeNode.h"
Go to the source code of this file.
Namespaces | |
namespace | ot |
namespace | par |
Classes | |
class | par::Mpi_datatype< ot::NodeAndValues< T, ARR_LEN > > |
A template specialization of the abstract class "Mpi_datatype" for communicating messages of type "ot::NodeAndValues<T, unsigned int>". More... | |
class | ot::NodeAndValues< T, ARR_LEN > |
A small helper class that pairs an octant with some values. The class is templated on the length and type of the array. This class has an MPI_Datatype associated with it and it can be communicated between processors. More... |
Definition in file nodeAndValues.h.