7 #ifndef cf3_mesh_neu_Writer_hpp
8 #define cf3_mesh_neu_Writer_hpp
43 virtual std::vector<std::string> get_extensions();
49 void write_headerData(std::fstream& file,
const Mesh&
mesh);
51 void write_coordinates(std::fstream& file,
const Mesh&
mesh);
53 void write_connectivity(std::fstream& file,
const Mesh&
mesh);
55 void write_groups(std::fstream& file,
const Mesh&
mesh);
57 void write_boundaries(std::fstream& file,
const Mesh&
mesh);
59 void create_nodes_to_element_connectivity(
const Mesh&
mesh);
79 #endif // cf3_mesh_neu_Writer_hpp
std::string name(ComponentWrapper &self)
virtual std::string get_format()
Top-level namespace for coolfluid.
std::map< Handle< Elements const >, Uint > m_global_start_idx
implementation detail, raw pointers are safe as keys
std::string m_fileBasename
unsigned int Uint
typedef for unsigned int
static std::string type_name()
Gets the Class name.