|
static std::string | defaultGridKey (int dimension, bool check=true) |
| return FEM key for macro grid reading
|
|
static std::string | defaultGridKey (int dimension, const ParameterReader ¶meter, bool check=true) |
|
static std::string | defaultGridKey (std::string base, int dimension, bool check=true) |
|
static std::string | defaultGridKey (std::string base, int dimension, const ParameterReader ¶meter, bool check=true) |
| return FEM key for macro grid reading
|
|
static void | createPath (const std::string &path) |
| create given path in combination with rank
|
|
static std::string | createPathName (const std::string &pathPref, int rank) |
| create given path in combination with rank
|
|
static std::string | readPath () |
|
template<class CommunicatorType > |
static void | createGlobalPath (const CommunicatorType &comm, const std::string &path) |
| create global path for data output
|
|
static std::string | copyPathToFilename (const std::string &path) |
|
template<class CommunicatorType > |
static std::string | createPath (const CommunicatorType &comm, const std::string &pathPrefix, const std::string &dataPrefix, const int step, const bool alsoCreateRankPath=true) |
|
static std::string | createRecoverPath (const std::string &pathPrefix, const int rank, const std::string &dataPrefix, const int step, const bool alsoUseRankPath=true) |
|
template<class GridImp > |
static void | writeMacroGrid (const GridImp &grid, std::ostream &out, const std::string ¯oname, const std::string &path, const std::string &prefix, const bool writeSubFiles=false) |
| if grid is structured grid, write macro file
|
|
template<class GridImp > |
static void | copyMacroGrid (const GridImp &g, const std::string ¯oGrid, const std::string &orgPath, const std::string &destPath, const std::string &prefix) |
| if grid is structured grid, write macro file
|
|
|
static std::string | strRank (const int rank) |
| create string containing rank
|
|
template<class GridImp > |
static void | saveCartesianGrid (const GridImp &grid, std::ostream &out, dgf::IntervalBlock &intervalBlock, std::string filename, const bool writeSubFiles) |
| write my partition as macro grid
|
|
template<int dimension> |
static void | writeToStream (std::ostream &file, const FieldVector< double, dimension > &origin, const FieldVector< double, dimension > &lang, const FieldVector< int, dimension > &anz) |
|
template<int dimension> |
static void | writeStructuredGrid (const std::string &filename, std::ostream &out, const FieldVector< double, dimension > &origin, const FieldVector< double, dimension > &lang, const FieldVector< int, dimension > &anz) |
| write structured grid as DGF file
|
|