| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_WorksetFactoryBase.hpp>

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... | |
Pure virtual base class used to construct worksets on volumes and side sets.
Definition at line 30 of file Panzer_WorksetFactoryBase.hpp.
      
  | 
  inlinevirtual | 
Definition at line 32 of file Panzer_WorksetFactoryBase.hpp.
      
  | 
  pure virtual | 
Build sets of boundary condition worksets for an interface case.
Implemented in panzer_stk::WorksetFactory.
      
  | 
  pure virtual | 
Build sets of boundary condition worksets
Implemented in panzer_stk::WorksetFactory.
      
  | 
  pure virtual | 
Build workssets specified by the workset descriptor.
Implemented in panzer_stk::WorksetFactory.
      
  | 
  inline | 
Used to apply orientations to any bases added to the worksets.
| [in] | orientations | Orientations object used to apply orientations to worksets | 
Definition at line 62 of file Panzer_WorksetFactoryBase.hpp.
      
  | 
  inline | 
Get the orientations associated with the worksets.
Definition at line 71 of file Panzer_WorksetFactoryBase.hpp.
      
  | 
  protected | 
Indexer used for applying orientations.
Definition at line 77 of file Panzer_WorksetFactoryBase.hpp.
 1.8.5