|
template<class DataIO , class GridType > |
static Tuple * | input (DataIO &dataio, GridType *&grid, double &t, int n, const std::string &path, const std::string &name) |
|
template<class GridType > |
static void | restoreData (Tuple &data, const GridType &grid, const std::string &path, const std::string &name) |
| restore all data in tuple
|
|
template<class GridType > |
static void | output (const GridType &grid, const double time, const std::string &path, const std::string &name, const Tuple &tuple) |
| write grid and data to given directory
|
|
template<class Disp , class DINFO > |
static void | addToDisplay (Disp &disp, const DINFO *dinf, double time, Tuple &tuple) |
|
template<class Disp , class DINFO > |
static void | addToDisplayOrRemove (Disp &disp, const DINFO *dinf, double time, Tuple &tuple) |
|
template<class Disp > |
static void | addToDisplay (Disp &disp, Tuple &tuple) |
|
static void | removeData (Tuple &tuple) |
|
static std::string | pathAndName (const std::string &path, const std::string &name, const std::string &suffix) |
|
static std::string | gridName (const std::string &path, const std::string &name) |
|
static std::string | dataName (const std::string &path, const std::string &name) |
|
static std::string | rankName (const std::string &path, const std::string &name, const int rank, const int size) |
|
template<class GridType > |
static void | restoreGrid (GridType *&grid, InStreamType &inStream, const std::string &filename) |
|
template<class GridType > |
static void | restoreDofManager (const GridType &grid, InStreamType &inStream) |
|
template<class GridType > |
static void | writeGrid (const GridType &grid, OutStreamType &outStream, const std::string &filename) |
| write grid and data to given directory
|
|