libMesh
|
#include <single_predicates.h>
Public Member Functions | |
evaluable (const DofMap &dof_map, unsigned int var_num) | |
virtual | ~evaluable () |
virtual bool | operator() (const T &it) const override |
Protected Member Functions | |
virtual predicate< T > * | clone () const override |
Protected Attributes | |
const DofMap & | _dof_map |
unsigned int | _var_num |
true
if the pointer (which must be a local element) has degrees of freedom which can be evaluated for the specified DofMap and variable. Definition at line 475 of file single_predicates.h.
libMesh::Predicates::evaluable< T >::evaluable | ( | const DofMap & | dof_map, |
unsigned int | var_num | ||
) |
Definition at line 477 of file single_predicates.h.
|
virtual |
Definition at line 480 of file single_predicates.h.
|
overrideprotectedvirtual |
Implements libMesh::Predicates::predicate< T >.
Definition at line 486 of file single_predicates.h.
|
overridevirtual |
Implements libMesh::Predicates::predicate< T >.
|
protected |
Definition at line 487 of file single_predicates.h.
|
protected |
Definition at line 488 of file single_predicates.h.