20 #include "libmesh/cell.h" 34 unsigned int my_n_sides = this->
n_sides();
35 for (
unsigned s=1; s < my_n_sides; ++s)
virtual BoundingBox loose_bounding_box() const override
virtual std::unique_ptr< Elem > build_side_ptr(const unsigned int i)=0
The libMesh namespace provides an interface to certain functionality in the library.
Defines a Cartesian bounding box by the two corner extremum.
virtual unsigned int n_sides() const =0
virtual std::unique_ptr< Elem > side_ptr(unsigned int i)=0
void union_with(const Point &p)
Enlarges this bounding box to include the given point.