20 #ifndef LIBMESH_ELEM_SIDE_BUILDER_H 21 #define LIBMESH_ELEM_SIDE_BUILDER_H 23 #include "libmesh/elem.h" 68 #endif // LIBMESH_ELEM_SIDE_BUILDER_H Elem & operator()(Elem &elem, const unsigned int s)
This is the base class from which all geometric element types are derived.
std::vector< std::unique_ptr< Elem > > _cached_elems
Element cache for building sides; indexed by ElemType.
The libMesh namespace provides an interface to certain functionality in the library.
Helper for building element sides that minimizes the construction of new elements.