40 OutputXML(std::string nameRun,
int fileNumberRestartMeshMapping,
Input *input);
53 std::string
createFilenameXML(
const char* name,
Mesh *mesh=0,
int proc=-1,
int numFichier=-1, std::string nameVariable =
"defaut");
Parallel parallel
Definition Parallel.cpp:35
Abstract class for a mesh.
Definition Mesh.h:53
Definition OutputXML.h:37
void writeFinFichierUnstructuredXML(std::ofstream &fileStream, bool parallel=false)
Definition OutputXML.cpp:787
virtual void readResultsCpu(Mesh *mesh, std::vector< Cell * > *cellsLvl, int cpu)
Read results of a single partition of a previous simulation to restart from it.
Definition OutputXML.cpp:148
virtual void writeResults(Mesh *mesh, std::vector< Cell * > *cellsLvl)
Definition OutputXML.cpp:87
void writePhysicalDataXML(Mesh *mesh, std::vector< Cell * > *cellsLvl, std::ofstream &fileStream, bool parallel=false)
Definition OutputXML.cpp:418
std::string createFilenameXML(const char *name, Mesh *mesh=0, int proc=-1, int numFichier=-1, std::string nameVariable="defaut")
Definition OutputXML.cpp:274
void writeMeshUnstructuredXML(Mesh *mesh, std::vector< Cell * > *cellsLvl, std::ofstream &fileStream, bool parallel=false)
Definition OutputXML.cpp:692
void writeCollectionXML(Mesh *mesh)
Definition OutputXML.cpp:371
void writeResultsXML(Mesh *mesh, std::vector< Cell * > *cellsLvl)
Definition OutputXML.cpp:320
virtual void readResults(Mesh *mesh, std::vector< Cell * > *cellsLvl)
Read results of a previous simulation to restart from it.
Definition OutputXML.cpp:101
void ReadPhysicalDataXML(Mesh *mesh, std::vector< Cell * > *cellsLvl, tinyxml2::XMLElement *nodeCellData, std::string fileName="Unknown file")
Definition OutputXML.cpp:194
virtual void initializeSpecificOutput()
Definition OutputXML.cpp:58
void writeMeshRectilinearXML(Mesh *mesh, std::ofstream &fileStream, bool parallel=false)
Definition OutputXML.cpp:627
void writeFinFichierRectilinearXML(std::ofstream &fileStream, bool parallel=false)
Definition OutputXML.cpp:774
virtual ~OutputXML()
Definition OutputXML.cpp:54
Definition tinyxml2.h:1149