43 #ifndef PANZER_CELL_DATA_HPP 
   44 #define PANZER_CELL_DATA_HPP 
   46 #include "PanzerDiscFE_config.hpp" 
   48 #include "Teuchos_Assert.hpp" 
   51 #include "Shards_CellTopology.hpp" 
   52 #include "Shards_BasicTopologies.hpp" 
  101        "Cannot return side index, CellData is not a side!");
 
CellData(std::size_t num_cells, const Teuchos::RCP< const shards::CellTopology > &ct)
 
int baseCellDimension() const 
Dimension of the base cell. NOT the dimension of the local side, even if the side() method returns tr...
 
#define TEUCHOS_TEST_FOR_EXCEPTION(throw_exception_test, Exception, msg)
 
Teuchos::RCP< const shards::CellTopology > getCellTopology() const 
Get CellTopology for the base cell. 
 
std::size_t numCells() const 
 
Data for determining cell topology and dimensionality. 
 
CellData(std::size_t num_cells, int local_side_id, const Teuchos::RCP< const shards::CellTopology > &ct)
 
Teuchos::RCP< const shards::CellTopology > m_cell_topo