Panzer Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
panzer_stk::NOXObserverFactory Class Referenceabstract

Abstract factory for building a NOX::Observer that has access to the STK mesh, DOF manager, and linear object factory, e.g. for writing solution snapshots to disk between nonlinear iterations. More...

#include <Panzer_STK_NOXObserverFactory.hpp>

Public Member Functions

virtual ~NOXObserverFactory ()
 
virtual Teuchos::RCP< NOX::Abstract::PrePostOperator > buildNOXObserver (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
 Builds a NOX::Observer configured with the given mesh, DOF manager, and linear object factory.
 

Detailed Description

Abstract factory for building a NOX::Observer that has access to the STK mesh, DOF manager, and linear object factory, e.g. for writing solution snapshots to disk between nonlinear iterations.

Definition at line 33 of file Panzer_STK_NOXObserverFactory.hpp.

Constructor & Destructor Documentation

◆ ~NOXObserverFactory()

virtual panzer_stk::NOXObserverFactory::~NOXObserverFactory ( )
inlinevirtual

Definition at line 37 of file Panzer_STK_NOXObserverFactory.hpp.

Member Function Documentation

◆ buildNOXObserver()

virtual Teuchos::RCP< NOX::Abstract::PrePostOperator > panzer_stk::NOXObserverFactory::buildNOXObserver ( 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
pure virtual

Builds a NOX::Observer configured with the given mesh, DOF manager, and linear object factory.

Parameters
[in]meshthe STK mesh the observer may write solution data to.
[in]dof_managermaps solution vector entries to mesh fields.
[in]loflinear object factory used to interpret the solution vector passed to the observer.

The documentation for this class was generated from the following file: