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::WorksetFactoryBase Class Referenceabstract

#include <Panzer_WorksetFactoryBase.hpp>

Inheritance diagram for panzer::WorksetFactoryBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~WorksetFactoryBase ()
 
virtual Teuchos::RCP< std::map
< unsigned, panzer::Workset > > 
getSideWorksets (const panzer::WorksetDescriptor &desc, const panzer::WorksetNeeds &needs_a, const panzer::WorksetNeeds &needs_b) const =0
 
virtual Teuchos::RCP< std::map
< unsigned, panzer::Workset > > 
getSideWorksets (const panzer::WorksetDescriptor &desc, const panzer::WorksetNeeds &needs) const =0
 
virtual Teuchos::RCP
< std::vector< panzer::Workset > > 
getWorksets (const WorksetDescriptor &worksetDesc, const panzer::WorksetNeeds &needs) const =0
 
void setOrientationsInterface (const Teuchos::RCP< const panzer::OrientationsInterface > &orientations)
 Used to apply orientations to any bases added to the worksets. More...
 
Teuchos::RCP< const
OrientationsInterface
getOrientationsInterface () const
 Get the orientations associated with the worksets. More...
 

Protected Attributes

Teuchos::RCP< const
OrientationsInterface
orientations_
 Indexer used for applying orientations. More...
 

Detailed Description

Pure virtual base class used to construct worksets on volumes and side sets.

Definition at line 62 of file Panzer_WorksetFactoryBase.hpp.

Constructor & Destructor Documentation

virtual panzer::WorksetFactoryBase::~WorksetFactoryBase ( )
inlinevirtual

Definition at line 64 of file Panzer_WorksetFactoryBase.hpp.

Member Function Documentation

virtual Teuchos::RCP<std::map<unsigned,panzer::Workset> > panzer::WorksetFactoryBase::getSideWorksets ( const panzer::WorksetDescriptor desc,
const panzer::WorksetNeeds needs_a,
const panzer::WorksetNeeds needs_b 
) const
pure virtual

Build sets of boundary condition worksets for an interface case.

Implemented in panzer_stk::WorksetFactory.

virtual Teuchos::RCP<std::map<unsigned,panzer::Workset> > panzer::WorksetFactoryBase::getSideWorksets ( const panzer::WorksetDescriptor desc,
const panzer::WorksetNeeds needs 
) const
pure virtual

Build sets of boundary condition worksets

Implemented in panzer_stk::WorksetFactory.

virtual Teuchos::RCP<std::vector<panzer::Workset> > panzer::WorksetFactoryBase::getWorksets ( const WorksetDescriptor worksetDesc,
const panzer::WorksetNeeds needs 
) const
pure virtual

Build workssets specified by the workset descriptor.

Implemented in panzer_stk::WorksetFactory.

void panzer::WorksetFactoryBase::setOrientationsInterface ( const Teuchos::RCP< const panzer::OrientationsInterface > &  orientations)
inline

Used to apply orientations to any bases added to the worksets.

Parameters
[in]orientationsOrientations object used to apply orientations to worksets

Definition at line 94 of file Panzer_WorksetFactoryBase.hpp.

Teuchos::RCP<const OrientationsInterface> panzer::WorksetFactoryBase::getOrientationsInterface ( ) const
inline

Get the orientations associated with the worksets.

Returns
Orientations information

Definition at line 103 of file Panzer_WorksetFactoryBase.hpp.

Member Data Documentation

Teuchos::RCP<const OrientationsInterface> panzer::WorksetFactoryBase::orientations_
protected

Indexer used for applying orientations.

Definition at line 109 of file Panzer_WorksetFactoryBase.hpp.


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