43 #ifndef __Panzer_OrientationContainer_hpp__
44 #define __Panzer_OrientationContainer_hpp__
51 template <
typename,
typename>
class UniqueGlobalIndexer;
61 template <
typename Scalar,
typename Array,
typename LocalOrdinal,
typename GlobalOrdinal>
63 Teuchos::RCP<const panzer::UniqueGlobalIndexer<LocalOrdinal,GlobalOrdinal> >
globalIndexer_;
71 const std::string & fieldName);
84 const std::vector<std::size_t> & cell_local_ids,
85 Array & orientations)
const;
93 template <
typename Scalar,
typename Array>
94 Teuchos::RCP<const panzer::OrientationContainerBase<Scalar,Array> >
96 const std::string & fieldName);