18 const int64_t val = 1);
42 const double pre_factor = 1);
68 const double pre_factor = 1);
bool before(const simplex::Simplex &t) const override
const TypedAttributeHandle< int64_t > m_todo_handle
TodoInvariant(const Mesh &m, const TypedAttributeHandle< int64_t > &todo_handle, const int64_t val=1)
Invariant for todo-list in scheduler.
const std::optional< TypedAttributeHandle< double > > m_comparison_handle
const TypedAttributeHandle< double > m_todo_handle
TodoLargerInvariant(const Mesh &m, const TypedAttributeHandle< double > &todo_handle, const double val)
Invariant for todo-list in scheduler.
bool before(const simplex::Simplex &t) const override
const std::optional< TypedAttributeHandle< double > > m_comparison_handle
TodoSmallerInvariant(const Mesh &m, const TypedAttributeHandle< double > &todo_handle, const double val)
Invariant for todo-list in scheduler.
bool before(const simplex::Simplex &t) const override
const TypedAttributeHandle< double > m_todo_handle
Handle that represents attributes for some mesh.