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

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. | |
| Teuchos::RCP< const OrientationsInterface > | getOrientationsInterface () const |
| Get the orientations associated with the worksets. | |
Private Attributes | |
| Teuchos::RCP< const STK_Interface > | mesh_ |
| Mesh. | |
| Teuchos::RCP< const panzer::LocalMeshInfo > | mesh_info_ |
| Alternative form of mesh. | |
Additional Inherited Members | |
Protected Attributes inherited from panzer::WorksetFactoryBase | |
| Teuchos::RCP< const OrientationsInterface > | orientations_ |
| Indexer used for applying orientations. | |
Pure virtual base class used to construct worksets on volumes and side sets.
Definition at line 30 of file Panzer_STK_WorksetFactory.hpp.
|
inline |
Definition at line 32 of file Panzer_STK_WorksetFactory.hpp.
|
inline |
Definition at line 34 of file Panzer_STK_WorksetFactory.hpp.
|
inlinevirtual |
Definition at line 36 of file Panzer_STK_WorksetFactory.hpp.
|
virtual |
Set mesh
Definition at line 29 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build sets of boundary condition worksets
Implements panzer::WorksetFactoryBase.
Definition at line 34 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build sets of boundary condition worksets for the BCT_Interface case.
Implements panzer::WorksetFactoryBase.
Definition at line 43 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build workssets specified by the workset descriptor.
Implements panzer::WorksetFactoryBase.
Definition at line 56 of file Panzer_STK_WorksetFactory.cpp.
|
private |
Mesh.
Definition at line 68 of file Panzer_STK_WorksetFactory.hpp.
|
mutableprivate |
Alternative form of mesh.
Definition at line 73 of file Panzer_STK_WorksetFactory.hpp.