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