Dendro  5.01
Dendro in Greek language means tree. The Dendro library is a large scale (262K cores on ORNL's Titan) distributed memory adaptive octree framework. The main goal of Dendro is to perform large scale multiphysics simulations efficeiently in mordern supercomputers. Dendro consists of efficient parallel data structures and algorithms to perform variational ( finite element) methods and finite difference mthods on 2:1 balanced arbitary adaptive octrees which enables the users to perform simulations raning from black holes (binary black hole mergers) to blood flow in human body, where applications ranging from relativity, astrophysics to biomedical engineering.
meshBenchmark.h
1 //
2 // Created by milinda on 9/8/16.
3 //
4 
12 #ifndef SFCSORTBENCH_MESHBENCHMARK_H
13 #define SFCSORTBENCH_MESHBENCHMARK_H
14 
15 
16 #define ROOT_ROT_ID 0
17 
18 
19 
20 #include "TreeNode.h"
21 #include "mpi.h"
22 #include "genPts_par.h"
23 #include "sfcSort.h"
24 #include "mesh.h"
25 #include "dendro.h"
26 #include "dendroIO.h"
27 #include "dollar.hpp"
28 
29 
30 void weakScalingDriver(char * ptsFile,bool genPts,DendroIntL numPts,unsigned int dim,unsigned int maxDepth,double tolerance,int distribution,unsigned int k,unsigned int options,unsigned int sf_k,char * prefix,MPI_Comm comm);
31 
32 
33 
34 void meshBenchMark(char * ptsFile,bool genPts,unsigned int numPts,unsigned int dim, unsigned int maxDepth,unsigned int distribution,double tol,unsigned int sf_k,unsigned int options,char * prefix, MPI_Comm comm);
35 
36 
37 
38 
39 
40 
41 #endif //SFCSORTBENCH_MESHBENCHMARK_H