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