|
| void | setup (const stk::mesh::BulkData &, const stk::mesh::Selector &, const stk::mesh::Selector &) noexcept |
| | No per-update setup needed.
|
| template<typename TargetInput, typename SourceInput> |
| bool | needs_rebuild (const stk::mesh::BulkData &, const TargetInput &, const SourceInput &) noexcept |
| | Always signal that a rebuild is needed.
|
| template<typename TargetInput, typename SourceInput> |
| void | snapshot (const stk::mesh::BulkData &, const TargetInput &, const SourceInput &) noexcept |
| | No state to snapshot after a rebuild.
|
| template<RebuilderType Next> |
| RebuilderChain< AlwaysRebuild, Next > | rebuild_if (const Next &next) const |
| | Return a chain of this rebuilder OR-combined with next.
|
| template<RebuilderType Next> |
| RebuilderChain< AlwaysRebuild, Next > | operator| (const Next &next) const |
Useful as the default policy when a caller wants a fresh list every step, or as a starting point in a rebuilder chain where a later policy may suppress rebuilds.