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 () |
Private Attributes | |
Teuchos::RCP< const STK_Interface > | mesh_ |
Mesh. More... | |
Teuchos::RCP< const panzer::LocalMeshInfo > | mesh_info_ |
Alternative form of mesh. More... | |
Pure virtual base class used to construct worksets on volumes and side sets.
Definition at line 62 of file Panzer_STK_WorksetFactory.hpp.
|
inline |
Definition at line 64 of file Panzer_STK_WorksetFactory.hpp.
|
inline |
Definition at line 66 of file Panzer_STK_WorksetFactory.hpp.
|
inlinevirtual |
Definition at line 68 of file Panzer_STK_WorksetFactory.hpp.
|
virtual |
Set mesh
Definition at line 59 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build sets of boundary condition worksets
Implements panzer::WorksetFactoryBase.
Definition at line 65 of file Panzer_STK_WorksetFactory.cpp.
|
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.
|
virtual |
Build workssets specified by the workset descriptor.
Implements panzer::WorksetFactoryBase.
Definition at line 87 of file Panzer_STK_WorksetFactory.cpp.
|
private |
Mesh.
Definition at line 100 of file Panzer_STK_WorksetFactory.hpp.
|
mutableprivate |
Alternative form of mesh.
Definition at line 105 of file Panzer_STK_WorksetFactory.hpp.