45 #include "Teuchos_Assert.hpp" 
   46 #include "Shards_CellTopology.hpp" 
   70    return ct.getSubcellCount(dim);
 
   85                       "EdgeFieldPattern::getSubcellClosureIndices should not be called"); 
 
   91    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