11#ifndef __Panzer_OrientationContainer_hpp__
12#define __Panzer_OrientationContainer_hpp__
29template <
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;
61template <
typename Scalar,
typename Array>
62Teuchos::RCP<const panzer::OrientationContainerBase<Scalar,Array> >
64 const std::string & fieldName);
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
virtual void getOrientations(const std::string &blockId, const std::vector< std::size_t > &cell_local_ids, Array &orientations) const
virtual ~OrientationContainer()
Teuchos::RCP< const panzer::OrientationContainerBase< Scalar, Array > > buildOrientationContainer(const Teuchos::RCP< const panzer::GlobalIndexer > &globalIndexer, const std::string &fieldName)