Panzer
Version of the Day
|
#include <Panzer_STK_RythmosObserverFactory.hpp>
Public Member Functions | |
virtual | ~RythmosObserverFactory () |
virtual bool | useNOXObserver () const =0 |
Use the NOX observer as well? More... | |
virtual Teuchos::RCP < Rythmos::IntegrationObserverBase < double > > | buildRythmosObserver (const Teuchos::RCP< panzer_stk::STK_Interface > &mesh, const Teuchos::RCP< const panzer::GlobalIndexer > &dof_manager, const Teuchos::RCP< const panzer::LinearObjFactory< panzer::Traits > > &lof) const =0 |
Definition at line 58 of file Panzer_STK_RythmosObserverFactory.hpp.
|
inlinevirtual |
Definition at line 62 of file Panzer_STK_RythmosObserverFactory.hpp.
|
pure virtual |
Use the NOX observer as well?
|
pure virtual |