37 #ifndef CMGUIDEFORMEDSOLUTIONSWRITER_HPP_
38 #define CMGUIDEFORMEDSOLUTIONSWRITER_HPP_
40 #include "CmguiMeshWriter.hpp"
41 #include "AbstractTetrahedralMesh.hpp"
42 #include "QuadraticMesh.hpp"
43 #include "DistributedQuadraticMesh.hpp"
50 typedef enum CmguiMeshWriteType_
52 WRITE_LINEAR_MESH = 0,
64 template<
unsigned DIM>
108 std::string baseName,
110 CmguiMeshWriteType writeType);
147 void WriteCmguiScript(std::string fieldBaseName=
"", std::string undeformedBaseName=
"");
159 std::string inputFileBaseName,
160 unsigned finalCounter);