Class DumperClass#

Class Documentation#

class DumperClass

Public Functions

inline DumperClass(SystemClass &system)
void mesh_vertices_faces(const std::string &file_name)
void mesh_edge_vtk(const std::string &file_name)
inline void mesh_vtk(const std::string &file_name, bool periodic = false)
void mesh_vtk_periodic(const std::string &file_name)
void mesh_ply(const std::string &file_name)
inline void mesh_ply_periodic(const std::string &file_name)
void mesh_json(const std::string &file_name, const bool &ffaces, const bool &fvertices)
void mesh_txt(const std::string &file_name, const bool &ffaces, const bool &fvertices)
inline void setvtkLegacyFormat(const bool &flag)
void user_vertex_data(const std::string &name, std::vector<real> &data)
void user_face_data(const std::string &name, std::vector<real> &data)
void user_edge_data(const std::string &name, std::vector<real> &data)
void user_vertex_data(const std::string &name, std::vector<realTensor> &data)
void user_face_data(const std::string &name, std::vector<realTensor> &data)
void user_edge_data(const std::string &name, std::vector<realTensor> &data)