Wildmeshing Toolkit
|
#include <SeparateSubstructuresInvariant.hpp>
Public Member Functions | |
SeparateSubstructuresInvariant (const Mesh &m, bool check_condition_2=true) | |
bool | before (const simplex::Simplex &s) const override |
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 |
Private Attributes | |
const bool | m_check_condition_2 = true |
Definition at line 25 of file SeparateSubstructuresInvariant.hpp.
wmtk::invariants::SeparateSubstructuresInvariant::SeparateSubstructuresInvariant | ( | const Mesh & | m, |
bool | check_condition_2 = true |
||
) |
Definition at line 9 of file SeparateSubstructuresInvariant.cpp.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 16 of file SeparateSubstructuresInvariant.cpp.
References wmtk::Edge, wmtk::Mesh::get_all_child_meshes(), m_check_condition_2, wmtk::Mesh::map_to_child_tuples(), wmtk::invariants::Invariant::mesh(), wmtk::simplex::Simplex::primitive_type(), wmtk::components::set_intersection(), wmtk::simplex::Simplex::tuple(), wmtk::Vertex, and wmtk::simplex::Simplex::vertex().
|
private |
Definition at line 33 of file SeparateSubstructuresInvariant.hpp.
Referenced by before().