Panzer
Version of the Day
|
#include <Panzer_OrientationsInterface.hpp>
Public Member Functions | |
OrientationsInterface ()=delete | |
Block default constructor. More... | |
OrientationsInterface (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer) | |
Build the orientations from a global indexer. More... | |
Teuchos::RCP< const std::vector < Intrepid2::Orientation > > | getOrientations () const |
Protected Attributes | |
Teuchos::RCP< const std::vector < Intrepid2::Orientation > > | orientations_ |
Orientations. More... | |
Definition at line 21 of file Panzer_OrientationsInterface.hpp.
|
delete |
Block default constructor.
panzer::OrientationsInterface::OrientationsInterface | ( | const Teuchos::RCP< const panzer::GlobalIndexer > & | indexer | ) |
Build the orientations from a global indexer.
[in] | indexer | Indexer containing connectivity information |
Definition at line 148 of file Panzer_OrientationsInterface.cpp.
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > panzer::OrientationsInterface::getOrientations | ( | ) | const |
Get the orientations associated with this interface
Definition at line 156 of file Panzer_OrientationsInterface.cpp.
|
protected |
Orientations.
Definition at line 44 of file Panzer_OrientationsInterface.hpp.