47 #include "Teuchos_Assert.hpp" 48 #include "Phalanx_DataLayout_MDALayout.hpp" 51 CellTopologyInfo(
int numCells,
const Teuchos::RCP<const shards::CellTopology>& cellTopo)
70 edge_scalar = rcp(
new MDALayout<Cell,Edge>(num_cells, num_edges));
71 edge_vector = rcp(
new MDALayout<Cell,Edge,Dim>(num_cells, num_edges,
dimension));
std::string cell_topo_name
CellTopologyInfo(int numCells, const Teuchos::RCP< const shards::CellTopology > &cellTopo)
void initializeDataLayouts()
Initialize data layouts.
Teuchos::RCP< const shards::CellTopology > topology