Public Member Functions | Private Attributes

Albany_NOXObserver Class Reference

#include <Albany_NOXObserver.hpp>

Collaboration diagram for Albany_NOXObserver:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Albany_NOXObserver (const Teuchos::RCP< Albany::Application > &app_)
void observeSolution (const Epetra_Vector &solution)
 Original version, for steady with no time or param info.
void observeSolution (const Epetra_Vector &solution, double time_or_param_val)
 Improved version with space for time or parameter value.

Private Attributes

Albany::ObserverImpl impl

Detailed Description

Definition at line 15 of file Albany_NOXObserver.hpp.


Constructor & Destructor Documentation

Albany_NOXObserver::Albany_NOXObserver ( const Teuchos::RCP< Albany::Application > &  app_  ) 

Definition at line 11 of file Albany_NOXObserver.cpp.


Member Function Documentation

void Albany_NOXObserver::observeSolution ( const Epetra_Vector &  solution  ) 

Original version, for steady with no time or param info.

Definition at line 18 of file Albany_NOXObserver.cpp.

void Albany_NOXObserver::observeSolution ( const Epetra_Vector &  solution,
double  time_or_param_val 
)

Improved version with space for time or parameter value.

Definition at line 24 of file Albany_NOXObserver.cpp.


Member Data Documentation

Definition at line 30 of file Albany_NOXObserver.hpp.


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