#include <single_predicates.h>

Public Member Functions | |
| semilocal_pid (processor_id_type p) | |
| virtual | ~semilocal_pid () |
| virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
| virtual predicate< T > * | clone () const override |
Protected Attributes | |
| const processor_id_type | _pid |
true if the element pointed to is semilocal to (has nodes shared with an element of) a given processor id. Definition at line 254 of file single_predicates.h.
|
inline |
Definition at line 256 of file single_predicates.h.
|
inlinevirtual |
Definition at line 257 of file single_predicates.h.
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 263 of file single_predicates.h.
|
inlineoverridevirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 260 of file single_predicates.h.
References libMesh::Predicates::semilocal_pid< T >::_pid.
|
protected |
Definition at line 264 of file single_predicates.h.
Referenced by libMesh::Predicates::semilocal_pid< T >::operator()().