Wildmeshing Toolkit
wildmeshing_utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 #include <wmtk/Mesh.hpp>
5 
6 
8 
9 void write(
10  const std::shared_ptr<Mesh>& mesh,
11  const std::string& out_dir,
12  const std::string& name,
13  const std::string& vname,
14  const int64_t index,
15  const bool intermediate_output);
16 
17 } // namespace wmtk::components::internal
void write(const Mesh &mesh, const std::string &out_dir, const std::string &name, const std::string &vname, const int64_t index, const bool intermediate_output)