Panzer
Version of the Day
|
#include <Panzer_STK_TempusObserverFactory.hpp>
Public Member Functions | |
virtual | ~TempusObserverFactory () |
virtual bool | useNOXObserver () const =0 |
Use the NOX observer as well? More... | |
virtual Teuchos::RCP < Tempus::IntegratorObserver < double > > | buildTempusObserver (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 27 of file Panzer_STK_TempusObserverFactory.hpp.
|
inlinevirtual |
Definition at line 31 of file Panzer_STK_TempusObserverFactory.hpp.
|
pure virtual |
Use the NOX observer as well?
|
pure virtual |