#include "mpi.h"
#include "petsc.h"
#include "sys.h"
#include "octUtils.h"
#include "TreeNode.h"
#include <cstdlib>
#include <cstring>
#include "externVars.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 16 of file justCoarsen.C. References ot::coarsenOctree(), ot::int2str(), ot::readNodesFromFile(), ot::RegisterEvents(), and ot::writeNodesToFile(). |