#include <CmguiWriter.hpp>
Public Member Functions | |
CmguiWriter (const std::string &rDirectory, const std::string &rBaseName, const bool &rCleanDirectory=true) | |
void | WriteFiles () |
Writes a mesh in Cmgui (the visualisation frontend of CMISS) format. Creates an exnode file and a exelem file. Note that the lines and faces are not written in the exelem file, so to load the data in Cmgui, you must use 'generate_faces_and_lines', i.e.
gfx read node <base_file> gfx read elem <base_file> generate_faces_and_lines gfx cr win
Definition at line 101 of file CmguiWriter.hpp.