Go to the documentation of this file.
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 std::unique_ptr< Elem > build_side_ptr(const unsigned int i, bool proxy=true)=0
Defines a Cartesian bounding box by the two corner extremum.
The libMesh namespace provides an interface to certain functionality in the library.
void union_with(const Point &p)
Enlarges this bounding box to include the given point.
virtual std::unique_ptr< Elem > side_ptr(unsigned int i)=0
virtual BoundingBox loose_bounding_box() const override
virtual unsigned int n_sides() const =0