20 #ifndef LIBMESH_CELL_H 21 #define LIBMESH_CELL_H 45 Cell (
const unsigned int nn,
46 const unsigned int ns,
49 Node ** nodelinkdata) :
50 Elem (nn, ns, p, elemlinkdata, nodelinkdata) {}
56 virtual ~Cell() =
default;
61 virtual unsigned short dim ()
const override {
return 3; }
69 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS 75 virtual bool infinite ()
const override {
return false; }
84 #endif // LIBMESH_CELL_H virtual BoundingBox loose_bounding_box() const override
virtual bool infinite() const override
A geometric point in (x,y,z) space associated with a DOF.
The base class for all geometric element types.
Cell(const unsigned int nn, const unsigned int ns, Elem *p, Elem **elemlinkdata, Node **nodelinkdata)
The base class for all 3D geometric element types.
virtual unsigned short dim() const override
Cell & operator=(const Cell &)=delete