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

#include <Panzer_STK_WorksetFactory.hpp>

Inheritance diagram for panzer_stk::WorksetFactory:
Inheritance graph
[legend]

Public Member Functions

 WorksetFactory ()
 
 WorksetFactory (const Teuchos::RCP< const STK_Interface > &mesh)
 
virtual ~WorksetFactory ()
 
virtual void setMesh (const Teuchos::RCP< const panzer_stk::STK_Interface > &mesh)
 
virtual Teuchos::RCP< std::map
< unsigned, panzer::Workset > > 
getSideWorksets (const panzer::WorksetDescriptor &desc, const panzer::WorksetNeeds &needs) const
 
virtual Teuchos::RCP< std::map
< unsigned, panzer::Workset > > 
getSideWorksets (const panzer::WorksetDescriptor &desc, const panzer::WorksetNeeds &needs_a, const panzer::WorksetNeeds &needs_b) const
 
virtual Teuchos::RCP
< std::vector< panzer::Workset > > 
getWorksets (const panzer::WorksetDescriptor &worksetDesc, const panzer::WorksetNeeds &needs) const
 
- Public Member Functions inherited from panzer::WorksetFactoryBase
virtual ~WorksetFactoryBase ()
 
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...
 

Private Attributes

Teuchos::RCP< const STK_Interfacemesh_
 Mesh. More...
 
Teuchos::RCP< const
panzer::LocalMeshInfo
mesh_info_
 Alternative form of mesh. More...
 

Additional Inherited Members

- Protected Attributes inherited from panzer::WorksetFactoryBase
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_STK_WorksetFactory.hpp.

Constructor & Destructor Documentation

panzer_stk::WorksetFactory::WorksetFactory ( )
inline

Definition at line 64 of file Panzer_STK_WorksetFactory.hpp.

panzer_stk::WorksetFactory::WorksetFactory ( const Teuchos::RCP< const STK_Interface > &  mesh)
inline

Definition at line 66 of file Panzer_STK_WorksetFactory.hpp.

virtual panzer_stk::WorksetFactory::~WorksetFactory ( )
inlinevirtual

Definition at line 68 of file Panzer_STK_WorksetFactory.hpp.

Member Function Documentation

void panzer_stk::WorksetFactory::setMesh ( const Teuchos::RCP< const panzer_stk::STK_Interface > &  mesh)
virtual

Set mesh

Definition at line 59 of file Panzer_STK_WorksetFactory.cpp.

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

Build sets of boundary condition worksets

Implements panzer::WorksetFactoryBase.

Definition at line 65 of file Panzer_STK_WorksetFactory.cpp.

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

Build sets of boundary condition worksets for the BCT_Interface case.

Implements panzer::WorksetFactoryBase.

Definition at line 74 of file Panzer_STK_WorksetFactory.cpp.

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

Build workssets specified by the workset descriptor.

Implements panzer::WorksetFactoryBase.

Definition at line 87 of file Panzer_STK_WorksetFactory.cpp.

Member Data Documentation

Teuchos::RCP<const STK_Interface> panzer_stk::WorksetFactory::mesh_
private

Mesh.

Definition at line 100 of file Panzer_STK_WorksetFactory.hpp.

Teuchos::RCP<const panzer::LocalMeshInfo> panzer_stk::WorksetFactory::mesh_info_
mutableprivate

Alternative form of mesh.

Definition at line 105 of file Panzer_STK_WorksetFactory.hpp.


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