43 #ifndef PANZER_CELLTOPOLOGYINFO_HPP
44 #define PANZER_CELLTOPOLOGYINFO_HPP
47 #include "Teuchos_RCP.hpp"
49 #include "Phalanx_DataLayout.hpp"
51 #include "Kokkos_DynRankView.hpp"
52 #include "Intrepid2_Basis.hpp"
68 CellTopologyInfo(
int numCells,
const Teuchos::RCP<const shards::CellTopology>& cellTopo);
98 Teuchos::RCP<const shards::CellTopology>
topology;