|
Wildmeshing Toolkit
|
#include <ValenceImprovementInvariant.hpp>
Public Member Functions | |
| ValenceImprovementInvariant (const Mesh &m) | |
| bool | before (const simplex::Simplex &t) const override |
| Invariant (const Mesh &m) | |
| Invariant (const Mesh &m, bool use_before, bool use_old_state_in_after, bool use_new_state_in_after) | |
Public Member Functions inherited from wmtk::invariants::Invariant | |
| virtual bool | after (const std::vector< Tuple > &top_dimension_tuples_before, const std::vector< Tuple > &top_dimension_tuples_after) const |
| Invariant (const Mesh &m) | |
| Invariant (const Mesh &m, bool use_before, bool use_old_state_in_after, bool use_new_state_in_after) | |
| virtual | ~Invariant () |
| const Mesh & | mesh () const |
| virtual bool | directly_modified_after (const std::vector< simplex::Simplex > &simplices_before, const std::vector< simplex::Simplex > &simplices_after) const |
| bool | use_before () const |
| bool | use_after () const |
| bool | use_old_state_in_after () const |
| bool | use_new_state_in_after () const |
Definition at line 7 of file ValenceImprovementInvariant.hpp.
| wmtk::invariants::ValenceImprovementInvariant::ValenceImprovementInvariant | ( | const Mesh & | m | ) |
Definition at line 8 of file ValenceImprovementInvariant.cpp.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 11 of file ValenceImprovementInvariant.cpp.
References wmtk::Edge, wmtk::simplex::Simplex::face(), wmtk::simplex::faces_single_dimension_tuples(), wmtk::simplex::link(), wmtk::invariants::Invariant::mesh(), wmtk::simplex::Simplex::primitive_type(), wmtk::simplex::SimplexCollection::simplex_vector(), wmtk::Triangle, wmtk::simplex::Simplex::tuple(), wmtk::Vertex, and wmtk::simplex::Simplex::vertex().
| wmtk::invariants::Invariant::Invariant | ( | const Mesh & | m | ) |
Definition at line 23 of file Invariant.cpp.
| wmtk::invariants::Invariant::Invariant | ( | const Mesh & | m, |
| bool | use_before, | ||
| bool | use_old_state_in_after, | ||
| bool | use_new_state_in_after | ||
| ) |
Definition at line 24 of file Invariant.cpp.