#include "mpi.h"
#include "petsc.h"
#include "sys.h"
#include "parUtils.h"
#include "octUtils.h"
#include "TreeNode.h"
#include "externVars.h"
#include "dendro.h"
Go to the source code of this file.
Functions | |
double | gaussian (double mean, double std_deviation) |
int | main (int argc, char **argv) |
|
|
|
Definition at line 17 of file testConBalAndCoarsen.C. References ot::balanceOctree(), ot::coarsenOctree(), DendroIntL, gaussian(), ot::points2Octree(), and ot::RegisterEvents(). |