3#include <wmtk/components/topological_offset/Parameters.h>
4#include <wmtk/components/topological_offset/TopoOffsetTriMesh.h>
7using namespace wmtk::components;
10namespace wmtk::components::manifold_extraction {
16 int m_vtu_counter = 0;
17 int m_surfvtu_counter = 0;
26 , m_man_params(_m_man_params)
63 bool is_curve_vertex(
const Tuple& v)
const;
64 bool is_curve_edge(
const Tuple& e)
const;
65 bool is_interior_face(
const Tuple& f)
const;
66 bool is_interior_face(
size_t f_id)
const;
The offset's 2D mesh, on the shared 2D optimizer.
Definition TopoOffsetTriMesh.h:111
What the offset needs on top of the parameters every wmtk optimizer shares.
Definition Parameters.h:24