#include <iostream>
#include <vector>
#include <list>
#include "Teuchos_Assert.hpp"
#include "Shards_CellTopology.hpp"
Go to the source code of this file.
 | 
| template<typename ArrayCellGIDs , typename ArraySideGIDs >  | 
| unsigned  | panzer::getLocalSideIndexFromGlobalNodeList (const ArrayCellGIDs &cellGIDs, const ArraySideGIDs &sideGIDs, const shards::CellTopology &cell) | 
|   | 
| template<typename ArrayCellGIDs , typename ArraySideGIDs >  | 
| unsigned  | panzer::getLocalSubcellIndexFromGlobalNodeList (const ArrayCellGIDs &cellGIDs, const ArraySideGIDs &subcellGIDs, const shards::CellTopology &cell, unsigned subcell_dim) | 
|   | 
| template<typename ArrayCellGIDs , typename ArraySubcellGIDs >  | 
| void  | panzer::getLocalSubcellMapFromGlobalNodeLists (const ArrayCellGIDs &cellGIDs, const std::vector< ArraySubcellGIDs > &subcellGIDs, const shards::CellTopology &cell, unsigned subcell_dim, std::vector< unsigned > &subcellMap) | 
|   |