Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Attributes | List of all members
wmtk::utils::EmbedTrianglesOptions Struct Reference

Options for embed_triangles_in_tets. All checks are off by default. More...

#include <EmbedTriangles.hpp>

Public Attributes

bool check_collinear_input = false
 Report input triangles that are collinear, before handing them to the remesher.
 
bool check_orientation = false
 
bool check_surface_provenance = false
 

Detailed Description

Options for embed_triangles_in_tets. All checks are off by default.

Member Data Documentation

◆ check_orientation

bool wmtk::utils::EmbedTrianglesOptions::check_orientation = false

Check every output tet's orientation in exact arithmetic, after embedding and again after the vertex compaction.

◆ check_surface_provenance

bool wmtk::utils::EmbedTrianglesOptions::check_surface_provenance = false

Report how the provenance-derived "face is on the input surface" answer differs from the remesher's older colour-derived facets_on_input. Diagnostic only – the surface always comes from provenance; this just counts the disagreement.


The documentation for this struct was generated from the following file: