18 #ifndef LIBMESH_PERIODIC_BOUNDARY_H 19 #define LIBMESH_PERIODIC_BOUNDARY_H 24 #ifdef LIBMESH_ENABLE_PERIODIC 90 #endif // LIBMESH_ENABLE_PERIODIC 92 #endif // LIBMESH_PERIODIC_BOUNDARY_H
virtual ~PeriodicBoundary()
Used for implementing periodic BCs via constraints.
RealVectorValue translation_vector
virtual Point get_corresponding_pos(const Point &pt) const override
virtual std::unique_ptr< PeriodicBoundaryBase > clone(TransformationType t=FORWARD) const override
Base class for all PeriodicBoundary implementations.
A geometric point in (x,y,z) space.