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 |
![]() | |
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 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 | |
![]() | |
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 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 64 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build sets of boundary condition worksets for the BCT_Interface case.
Implements panzer::WorksetFactoryBase.
Definition at line 73 of file Panzer_STK_WorksetFactory.cpp.
|
virtual |
Build workssets specified by the workset descriptor.
Implements panzer::WorksetFactoryBase.
Definition at line 86 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.