Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
panzer::OrientationsInterface Class Reference

#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...
 

Detailed Description

Definition at line 53 of file Panzer_OrientationsInterface.hpp.

Constructor & Destructor Documentation

panzer::OrientationsInterface::OrientationsInterface ( )
delete

Block default constructor.

panzer::OrientationsInterface::OrientationsInterface ( const Teuchos::RCP< const panzer::GlobalIndexer > &  indexer)

Build the orientations from a global indexer.

Parameters
[in]indexerIndexer containing connectivity information

Definition at line 180 of file Panzer_OrientationsInterface.cpp.

Member Function Documentation

Teuchos::RCP< const std::vector< Intrepid2::Orientation > > panzer::OrientationsInterface::getOrientations ( ) const

Get the orientations associated with this interface

Definition at line 188 of file Panzer_OrientationsInterface.cpp.

Member Data Documentation

Teuchos::RCP<const std::vector<Intrepid2::Orientation> > panzer::OrientationsInterface::orientations_
protected

Orientations.

Definition at line 76 of file Panzer_OrientationsInterface.hpp.


The documentation for this class was generated from the following files: