Panzer
Version of the Day
|
#include <user_app_RythmosObserverFactory.hpp>
Public Member Functions | |
RythmosObserverFactory (const Teuchos::RCP< panzer::ResponseLibrary< panzer::Traits > > &stkIOResponseLibrary, const Teuchos::RCP< panzer::WorksetContainer > wkstContainer, bool useCoordinateUpdate) | |
bool | useNOXObserver () const |
Use the NOX observer as well? More... | |
Teuchos::RCP < Rythmos::IntegrationObserverBase < double > > | buildRythmosObserver (const Teuchos::RCP< panzer_stk_classic::STK_Interface > &mesh, const Teuchos::RCP< const panzer::UniqueGlobalIndexerBase > &dof_manager, const Teuchos::RCP< const panzer::LinearObjFactory< panzer::Traits > > &lof) const |
![]() | |
virtual | ~RythmosObserverFactory () |
Private Attributes | |
Teuchos::RCP < panzer::ResponseLibrary < panzer::Traits > > | stkIOResponseLibrary_ |
Store STK IO response library...be careful, it will be modified externally. More... | |
Teuchos::RCP < panzer::WorksetContainer > | wkstContainer_ |
bool | useCoordinateUpdate_ |
Use the coordinate update observer? More... | |
Definition at line 60 of file user_app_RythmosObserverFactory.hpp.
|
inline |
Definition at line 63 of file user_app_RythmosObserverFactory.hpp.
|
inlinevirtual |
Use the NOX observer as well?
Implements panzer_stk_classic::RythmosObserverFactory.
Definition at line 71 of file user_app_RythmosObserverFactory.hpp.
|
inlinevirtual |
Implements panzer_stk_classic::RythmosObserverFactory.
Definition at line 74 of file user_app_RythmosObserverFactory.hpp.
|
private |
Store STK IO response library...be careful, it will be modified externally.
Definition at line 107 of file user_app_RythmosObserverFactory.hpp.
|
private |
Definition at line 109 of file user_app_RythmosObserverFactory.hpp.
|
private |
Use the coordinate update observer?
Definition at line 112 of file user_app_RythmosObserverFactory.hpp.