#include "MeshPartitioner.h"
#include "mpi.h"
#include <iostream>
#include <vector>
#include <set>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <cassert>
Functions | |
std::string | makeUniqueName (int rank, char *first, char *second) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
References makeUniqueName(), and parallel::MeshPartitioner::partition().
std::string makeUniqueName | ( | int | rank, | |
char * | first, | |||
char * | second | |||
) |
Referenced by shells::ShellManagerFragmented::checkPointing(), shells::ShellManagerBasic::checkPointing(), main(), shells::ShellManagerFragmented::printData(), shells::ShellManagerBasic::printData(), shells::ShellManagerFragmented::printIFaceMeshPressure(), shells::ShellManagerBasic::printIFaceMeshPressure(), shells::ShellManagerFragmented::restart(), and shells::ShellManagerBasic::restart().