Panzer  Version of the Day
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

◆ OrientationsInterface() [1/2]

panzer::OrientationsInterface::OrientationsInterface ( )
delete

Block default constructor.

◆ OrientationsInterface() [2/2]

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 179 of file Panzer_OrientationsInterface.cpp.

Member Function Documentation

◆ getOrientations()

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

Get the orientations associated with this interface

Definition at line 187 of file Panzer_OrientationsInterface.cpp.

Member Data Documentation

◆ orientations_

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: