37 const std::filesystem::path& file,
38 const std::string& position_attr_name = {});
62 const std::filesystem::path& file,
63 const attribute::MeshAttributeHandle& position_attr);
67 const OutputOptions&);
70 const multimesh::NamedMultiMesh& mesh,
71 const OutputOptions&);
83 void output_hdf5(
const Mesh& mesh,
const std::filesystem::path& file);
std::pair< std::shared_ptr< Mesh >, std::shared_ptr< Mesh > > multimesh(const MultiMeshType &type, Mesh &parent, std::shared_ptr< Mesh > child, const attribute::MeshAttributeHandle parent_position_handle, const std::string &tag_name, const int64_t tag_value, const int64_t primitive)
void output_hdf5(const Mesh &mesh, const std::filesystem::path &file)
Write the mesh to file.
void output(const Mesh &mesh, const std::filesystem::path &file, const std::string &position_attr_name)
Write the mesh to file.