|
Panzer Version of the Day
|
#include "Intrepid2_Orientation.hpp"#include "PanzerDiscFE_config.hpp"#include "Panzer_ConnManager.hpp"#include "Panzer_NodalFieldPattern.hpp"#include "Panzer_GlobalIndexer.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | panzer |
| Computes | |
Functions | |
| void | panzer::buildIntrepidOrientation (std::vector< Intrepid2::Orientation > &orientation, panzer::ConnManager &connMgr) |
| Builds the element orientations for all element blocks. | |
| 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. | |
| Teuchos::RCP< std::vector< Intrepid2::Orientation > > | panzer::buildIntrepidOrientation (const Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer) |