#include <single_predicates.h>
Public Member Functions | |
facelocal_pid (processor_id_type p) | |
virtual | ~facelocal_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 face-local to (is on or has a neighbor on the partition of) a given processor id. Definition at line 274 of file single_predicates.h.
|
inline |
Definition at line 276 of file single_predicates.h.
|
inlinevirtual |
Definition at line 277 of file single_predicates.h.
|
inlineoverrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 291 of file single_predicates.h.
|
inlineoverridevirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 280 of file single_predicates.h.
References libMesh::Predicates::facelocal_pid< T >::_pid.
|
protected |
Definition at line 292 of file single_predicates.h.
Referenced by libMesh::Predicates::facelocal_pid< T >::operator()().