Wildmeshing Toolkit
Loading...
Searching...
No Matches
output.cpp File Reference
#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>
Include dependency graph for output.cpp:

Go to the source code of this file.

Namespaces

namespace  wmtk
 
namespace  wmtk::components
 
namespace  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.
 
void wmtk::components::output::output (const Mesh &mesh, const std::filesystem::path &file, const attribute::MeshAttributeHandle &position_attr)
 Write the mesh to file.
 
void wmtk::components::output::output_hdf5 (const Mesh &mesh, const std::filesystem::path &file)
 Write the mesh to file.
 
void wmtk::components::output::output (const Mesh &mesh, const OutputOptions &opts)
 
void wmtk::components::output::output (const multimesh::NamedMultiMesh &mesh, const OutputOptions &opts)