|
Wildmeshing Toolkit
|
#include "VolumeRemesherTriangleInsertion.hpp"#include <set>#include <wmtk/Mesh.hpp>#include <wmtk/TetMesh.hpp>#include <wmtk/multimesh/utils/extract_child_mesh_from_tag.hpp>#include <wmtk/utils/Logger.hpp>#include <wmtk/utils/Rational.hpp>#include <wmtk/utils/mesh_utils.hpp>#include <wmtk/utils/orient.hpp>#include <VolumeRemesher/embed.h>#include <numeric>#include <polysolve/Utils.hpp>Go to the source code of this file.
Namespaces | |
| namespace | wmtk |
| namespace | wmtk::utils |
Functions | |
| std::tuple< std::shared_ptr< wmtk::TetMesh >, std::vector< std::array< bool, 4 > > > | wmtk::utils::generate_raw_tetmesh_from_input_surface (const RowVectors3d &V, const RowVectors3l &F, const RowVectors3d &bgV, const RowVectors4l &bgT) |
| input a triangle surface mesh, embed it into a background tet mesh, track the input surfaces on the tetmesh | |