Wildmeshing Toolkit
|
#include <TodoInvariant.hpp>
Public Member Functions | |
TodoLargerInvariant (const Mesh &m, const TypedAttributeHandle< double > &todo_handle, const double val) | |
Invariant for todo-list in scheduler. More... | |
TodoLargerInvariant (const Mesh &m, const TypedAttributeHandle< double > &todo_handle, const TypedAttributeHandle< double > &comparison_handle, const double pre_factor=1) | |
bool | before (const simplex::Simplex &t) 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 TypedAttributeHandle< double > | m_todo_handle |
const std::optional< TypedAttributeHandle< double > > | m_comparison_handle |
const double | m_val |
Definition at line 26 of file TodoInvariant.hpp.
wmtk::TodoLargerInvariant::TodoLargerInvariant | ( | const Mesh & | m, |
const TypedAttributeHandle< double > & | todo_handle, | ||
const double | val | ||
) |
Invariant for todo-list in scheduler.
Recording which simplices still need to be operated. If the todo_tag tagged as 1 then return true, otherwise return false
Definition at line 22 of file TodoInvariant.cpp.
wmtk::TodoLargerInvariant::TodoLargerInvariant | ( | const Mesh & | m, |
const TypedAttributeHandle< double > & | todo_handle, | ||
const TypedAttributeHandle< double > & | comparison_handle, | ||
const double | pre_factor = 1 |
||
) |
Definition at line 31 of file TodoInvariant.cpp.
|
overridevirtual |
Reimplemented from wmtk::invariants::Invariant.
Definition at line 42 of file TodoInvariant.cpp.
References wmtk::attribute::Accessor< T, MeshType, Dim >::const_scalar_attribute(), wmtk::Mesh::create_const_accessor(), m_comparison_handle, m_todo_handle, m_val, wmtk::invariants::Invariant::mesh(), wmtk::attribute::TypedAttributeHandle< T >::primitive_type(), and wmtk::simplex::Simplex::primitive_type().
|
private |
Definition at line 48 of file TodoInvariant.hpp.
Referenced by before().
|
private |
Definition at line 47 of file TodoInvariant.hpp.
Referenced by before().
|
private |
Definition at line 49 of file TodoInvariant.hpp.
Referenced by before().