Wildmeshing Toolkit
wmtk::TodoInvariant Class Reference

#include <TodoInvariant.hpp>

Inheritance diagram for wmtk::TodoInvariant:
[legend]
Collaboration diagram for wmtk::TodoInvariant:
[legend]

Public Member Functions

 TodoInvariant (const Mesh &m, const TypedAttributeHandle< int64_t > &todo_handle, const int64_t val=1)
 Invariant for todo-list in scheduler. More...
 
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 Meshmesh () 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< int64_t > m_todo_handle
 
const int64_t m_val
 

Detailed Description

Definition at line 8 of file TodoInvariant.hpp.

Constructor & Destructor Documentation

◆ TodoInvariant()

wmtk::TodoInvariant::TodoInvariant ( const Mesh m,
const TypedAttributeHandle< int64_t > &  todo_handle,
const int64_t  val = 1 
)

Invariant for todo-list in scheduler.

Recording which simplicity still need to be operated. If the todo_tag tagged as 1 then return true, otherwise return false

Definition at line 5 of file TodoInvariant.cpp.

Member Function Documentation

◆ before()

bool wmtk::TodoInvariant::before ( const simplex::Simplex t) const
overridevirtual

Reimplemented from wmtk::invariants::Invariant.

Definition at line 14 of file TodoInvariant.cpp.

References wmtk::attribute::Accessor< T, MeshType, Dim >::const_scalar_attribute(), wmtk::Mesh::create_const_accessor(), m_todo_handle, m_val, wmtk::invariants::Invariant::mesh(), wmtk::attribute::TypedAttributeHandle< T >::primitive_type(), and wmtk::simplex::Simplex::primitive_type().

Here is the call graph for this function:

Member Data Documentation

◆ m_todo_handle

const TypedAttributeHandle<int64_t> wmtk::TodoInvariant::m_todo_handle
private

Definition at line 22 of file TodoInvariant.hpp.

Referenced by before().

◆ m_val

const int64_t wmtk::TodoInvariant::m_val
private

Definition at line 23 of file TodoInvariant.hpp.

Referenced by before().


The documentation for this class was generated from the following files: