20 #ifndef LIBMESH_PATCH_H 21 #define LIBMESH_PATCH_H 47 class Patch :
public std::set<const Elem *>
114 const unsigned int target_patch_size = 10,
137 #endif // LIBMESH_PATCH_H
void add_local_point_neighbors()
The base class for all geometric element types.
uint8_t processor_id_type
Patch(const processor_id_type my_procid=static_cast< processor_id_type >(-1))
void build_around_element(const Elem *elem, const unsigned int target_patch_size=10, PMF patchtype=&Patch::add_local_face_neighbors)
void find_face_neighbors(std::set< const Elem *> &neighbor_set)
void add_point_neighbors()
void add_semilocal_point_neighbors()
void add_local_face_neighbors()
void find_point_neighbors(std::set< const Elem *> &neighbor_set)
void add_face_neighbors()
void add_semilocal_face_neighbors()
const processor_id_type _my_procid