|
| | NoExcluder ()=default |
| | Default constructor.
|
| void | setup (const stk::mesh::BulkData &, const stk::mesh::Selector &, const stk::mesh::Selector &) |
| | Prepare the empty excluder.
|
| template<typename Candidate> |
| bool | operator() (const Candidate &) const noexcept |
| | Return whether a candidate pair should be excluded.
|
| template<ExcluderType NewExcluder> |
| ExcluderChain< NoExcluder, NewExcluder > | exclude (const NewExcluder &excluder) const |
| | Return a new excluder chain with one appended excluder.
|
Excluders are build-time predicates that reject candidate target/source pairs before those pairs enter the stored neighbor list. NoExcluder rejects nothing and provides the first .exclude(...) step for type-level chaining.