#include "mpi.h"
#include "petsc.h"
#include "sys.h"
#include "TreeNode.h"
#include <iostream>
#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 11 of file seqRipple.C. References ot::completeSubtree(), ot::readNodesFromFile(), ot::RegisterEvents(), ot::ripple(), and ot::writeNodesToFile(). |