|
Wildmeshing Toolkit
|
#include <InteriorSimplexInvariant.hpp>
Public Member Functions | |
| InteriorSimplexInvariant (const Mesh &m, PrimitiveType pt) | |
| bool | before (const simplex::Simplex &t) const override |
| void | add_boundary (const Mesh &boundary_mesh) |
| 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 |
Private Attributes | |
| PrimitiveType | m_primitive_type |
| multimesh::BoundaryChecker | m_boundary_checker |
Definition at line 8 of file InteriorSimplexInvariant.hpp.
| wmtk::invariants::InteriorSimplexInvariant::InteriorSimplexInvariant | ( | const Mesh & | m, |
| PrimitiveType | pt | ||
| ) |
Definition at line 6 of file InteriorSimplexInvariant.cpp.
| void wmtk::invariants::InteriorSimplexInvariant::add_boundary | ( | const Mesh & | boundary_mesh | ) |
Definition at line 21 of file InteriorSimplexInvariant.cpp.
References wmtk::multimesh::BoundaryChecker::add_mesh(), and m_boundary_checker.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 12 of file InteriorSimplexInvariant.cpp.
References wmtk::multimesh::BoundaryChecker::is_boundary(), m_boundary_checker, m_primitive_type, wmtk::invariants::Invariant::mesh(), and wmtk::simplex::Simplex::tuple().
| 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.
|
private |
Definition at line 19 of file InteriorSimplexInvariant.hpp.
Referenced by add_boundary(), and before().
|
private |
Definition at line 18 of file InteriorSimplexInvariant.hpp.
Referenced by before().