Panzer
Version of the Day
|
#include <user_app_NOXObserverFactory.hpp>
Public Member Functions | |
NOXObserverFactory (const Teuchos::RCP< panzer::ResponseLibrary< panzer::Traits > > &stkIOResponseLibrary) | |
Teuchos::RCP < NOX::Abstract::PrePostOperator > | buildNOXObserver (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 | ~NOXObserverFactory () |
![]() | |
RCP< ParameterList > | getNonconstParameterList () |
RCP< ParameterList > | unsetParameterList () |
RCP< const ParameterList > | getParameterList () const |
Private Attributes | |
Teuchos::RCP < panzer::ResponseLibrary < panzer::Traits > > | stkIOResponseLibrary_ |
Store STK IO response library...be careful, it will be modified externally. More... | |
Teuchos::RCP < Teuchos::ParameterList > | valid_params_ |
Overridden from Teuchos::ParameterListAcceptor | |
void | setParameterList (Teuchos::RCP< Teuchos::ParameterList > const ¶mList) |
Teuchos::RCP< const Teuchos::ParameterList > | getValidParameters () const |
Additional Inherited Members | |
![]() | |
void | setMyParamList (const RCP< ParameterList > ¶mList) |
RCP< ParameterList > | getMyNonconstParamList () |
RCP< const ParameterList > | getMyParamList () const |
Definition at line 63 of file user_app_NOXObserverFactory.hpp.
|
inline |
Definition at line 74 of file user_app_NOXObserverFactory.hpp.
|
inlinevirtual |
Implements panzer_stk_classic::NOXObserverFactory.
Definition at line 78 of file user_app_NOXObserverFactory.hpp.
|
inlinevirtual |
Implements Teuchos::ParameterListAcceptor.
Definition at line 111 of file user_app_NOXObserverFactory.hpp.
|
inlinevirtual |
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 120 of file user_app_NOXObserverFactory.hpp.
|
private |
Store STK IO response library...be careful, it will be modified externally.
Definition at line 68 of file user_app_NOXObserverFactory.hpp.
|
mutableprivate |
Definition at line 70 of file user_app_NOXObserverFactory.hpp.