Wildmeshing Toolkit
|
#include "output.hpp"
#include <wmtk/Mesh.hpp>
#include <fmt/std.h>
#include <type_traits>
#include <wmtk/components/utils/resolve_path.hpp>
#include <wmtk/io/HDF5Writer.hpp>
#include <wmtk/io/ParaviewWriter.hpp>
#include <wmtk/utils/Logger.hpp>
#include "OutputOptions.hpp"
#include <wmtk/components/multimesh/NamedMultiMesh.hpp>
Go to the source code of this file.
Namespaces | |
wmtk | |
wmtk::components | |
wmtk::components::output | |
Functions | |
void | wmtk::components::output::output (const Mesh &mesh, const std::filesystem::path &file, const std::string &position_attr_name={}) |
Write the mesh to file. More... | |
void | wmtk::components::output::output (const Mesh &mesh, const std::filesystem::path &file, const attribute::MeshAttributeHandle &position_attr) |
Write the mesh to file. More... | |
void | wmtk::components::output::output_hdf5 (const Mesh &mesh, const std::filesystem::path &file) |
Write the mesh to file. More... | |
void | wmtk::components::output::output (const Mesh &mesh, const OutputOptions &opts) |
void | wmtk::components::output::output (const multimesh::NamedMultiMesh &mesh, const OutputOptions &opts) |