18 #ifndef LIBMESH_PERIODIC_BOUNDARIES_H 19 #define LIBMESH_PERIODIC_BOUNDARIES_H 24 #ifdef LIBMESH_ENABLE_PERIODIC 37 class PeriodicBoundaryBase;
38 class PointLocatorBase;
67 unsigned int side)
const;
72 #endif // LIBMESH_ENABLE_PERIODIC 74 #endif // LIBMESH_PERIODIC_BOUNDARIES_H Maps between boundary ids and PeriodicBoundaryBase objects.
The base class for all geometric element types.
PeriodicBoundaryBase * boundary(boundary_id_type id)
const Elem * neighbor(boundary_id_type boundary_id, const PointLocatorBase &point_locator, const Elem *e, unsigned int side) const
Base class for all PeriodicBoundary implementations.