Panzer
Version of the Day
|
#include "PanzerDiscFE_config.hpp"
#include "Panzer_GlobalIndexer.hpp"
#include "Panzer_IntrepidOrientation.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
void | panzer::buildIntrepidOrientation (std::vector< Intrepid2::Orientation > &orientation, panzer::ConnManager &connMgr) |
Builds the element orientations for all element blocks. More... | |
Teuchos::RCP< std::vector < Intrepid2::Orientation > > | panzer::buildIntrepidOrientation (const Teuchos::RCP< const GlobalIndexer > globalIndexer) |
void | panzer::buildIntrepidOrientations (const std::vector< std::string > &eBlockNames, const panzer::ConnManager &connMgr, std::map< std::string, std::vector< Intrepid2::Orientation >> &orientations) |
Builds the element orientations for the specified element blocks. More... | |