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