13 #include "Intrepid2_CellTools.hpp"
14 #include "Shards_CellTopology.hpp"
37 return ct.getSubcellCount(dim);
52 "NodalFieldPattern::getSubcellClosureIndices should not be called");
58 return ct.getDimension();
std::vector< std::vector< int > > nodeIndices_
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
virtual void getSubcellClosureIndices(int dim, int cellIndex, std::vector< int > &indices) const
virtual shards::CellTopology getCellTopology() const
std::vector< int > empty_
virtual int getSubcellCount(int dim) const
virtual const std::vector< int > & getSubcellIndices(int dim, int cellIndex) const
virtual int getDimension() const
shards::CellTopology cellTopo_
void setCellTopology(const shards::CellTopology &ct)
Set the cell topology for this field pattern.