Panzer Version of the Day
|
#include <Panzer_OrientationsInterface.hpp>
Public Member Functions | |
OrientationsInterface ()=delete | |
Block default constructor. | |
OrientationsInterface (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer) | |
Build the orientations from a global indexer. | |
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > | getOrientations () const |
Protected Attributes | |
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > | orientations_ |
Orientations. | |
Definition at line 53 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 178 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 186 of file Panzer_OrientationsInterface.cpp.
|
protected |
Orientations.
Definition at line 76 of file Panzer_OrientationsInterface.hpp.