11 #ifndef __Panzer_IntrepidOrientation_hpp__
12 #define __Panzer_IntrepidOrientation_hpp__
14 #include "Intrepid2_Orientation.hpp"
16 #include "PanzerDiscFE_config.hpp"
48 std::map<std::string,std::vector<Intrepid2::Orientation>> & orientations);
void buildIntrepidOrientations(const std::vector< std::string > &eBlockNames, const panzer::ConnManager &connMgrInput, std::map< std::string, std::vector< Intrepid2::Orientation >> &orientations)
Builds the element orientations for the specified element blocks.
void buildIntrepidOrientation(std::vector< Intrepid2::Orientation > &orientation, panzer::ConnManager &connMgr)
Builds the element orientations for all element blocks.
Pure virtual base class for supplying mesh connectivity information to the DOF Manager.