Functions | |
INSTANTIATE_ELEM_PREDICATES (std::vector< Elem *>::iterator) | |
INSTANTIATE_ELEM_PREDICATES (std::vector< Elem *>::const_iterator) | |
INSTANTIATE_NODAL_PREDICATES (std::vector< Node *>::iterator) | |
INSTANTIATE_NODAL_PREDICATES (std::vector< Node *>::const_iterator) | |
INSTANTIATE_ELEM_PREDICATES (mapvector< Elem *LIBMESH_COMMA dof_id_type >::veclike_iterator) | |
INSTANTIATE_ELEM_PREDICATES (mapvector< Elem *LIBMESH_COMMA dof_id_type >::const_veclike_iterator) | |
INSTANTIATE_NODAL_PREDICATES (mapvector< Node *LIBMESH_COMMA dof_id_type >::veclike_iterator) | |
INSTANTIATE_NODAL_PREDICATES (mapvector< Node *LIBMESH_COMMA dof_id_type >::const_veclike_iterator) | |
This namespace defines several multi_predicates which are used by the element and node iterators. These classes are not in general used by the user, although they could be.
This file declares several predicates in the Predicates namespace. They are called "single predicates" since the purpose of each one is to act as a single functor which returns true or false depending on the result of the operator() function. The single predicates are used together as building blocks to create the "multi predicates" which can be found in the multi_predicates.h header file.
libMesh::Predicates::INSTANTIATE_ELEM_PREDICATES | ( | std::vector< Elem *>::iterator | ) |
libMesh::Predicates::INSTANTIATE_ELEM_PREDICATES | ( | std::vector< Elem *>::const_iterator | ) |
libMesh::Predicates::INSTANTIATE_ELEM_PREDICATES | ( | mapvector< Elem *LIBMESH_COMMA dof_id_type >::veclike_iterator | ) |
libMesh::Predicates::INSTANTIATE_ELEM_PREDICATES | ( | mapvector< Elem *LIBMESH_COMMA dof_id_type >::const_veclike_iterator | ) |
libMesh::Predicates::INSTANTIATE_NODAL_PREDICATES | ( | std::vector< Node *>::iterator | ) |
libMesh::Predicates::INSTANTIATE_NODAL_PREDICATES | ( | std::vector< Node *>::const_iterator | ) |
libMesh::Predicates::INSTANTIATE_NODAL_PREDICATES | ( | mapvector< Node *LIBMESH_COMMA dof_id_type >::veclike_iterator | ) |
libMesh::Predicates::INSTANTIATE_NODAL_PREDICATES | ( | mapvector< Node *LIBMESH_COMMA dof_id_type >::const_veclike_iterator | ) |