11 #ifndef __Panzer_OrientationContainer_hpp__
12 #define __Panzer_OrientationContainer_hpp__
29 template <
typename Scalar,
typename Array,
typename LocalOrdinal,
typename GlobalOrdinal>
39 const std::string & fieldName);
52 const std::vector<std::size_t> & cell_local_ids,
53 Array & orientations)
const;
61 template <
typename Scalar,
typename Array>
64 const std::string & fieldName);
virtual ~OrientationContainer()
Teuchos::RCP< const panzer::OrientationContainerBase< Scalar, Array > > buildOrientationContainer(const Teuchos::RCP< const panzer::GlobalIndexer > &globalIndexer, const std::string &fieldName)
virtual void getOrientations(const std::string &blockId, const std::vector< std::size_t > &cell_local_ids, Array &orientations) const
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
OrientationContainer(const Teuchos::RCP< const panzer::GlobalIndexer > &globalIndexer, const std::string &fieldName)