Panzer Version of the Day
Loading...
Searching...
No Matches
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.
 
Teuchos::RCP< const OrientationsInterfacegetOrientationsInterface () const
 Get the orientations associated with the worksets.
 

Protected Attributes

Teuchos::RCP< const OrientationsInterfaceorientations_
 Indexer used for applying orientations.
 

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

◆ ~WorksetFactoryBase()

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

Definition at line 64 of file Panzer_WorksetFactoryBase.hpp.

Member Function Documentation

◆ getSideWorksets() [1/2]

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.

◆ getSideWorksets() [2/2]

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.

◆ getWorksets()

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.

◆ setOrientationsInterface()

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.

◆ getOrientationsInterface()

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

◆ orientations_

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: