• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

Albany_PiroObserver.hpp

Go to the documentation of this file.
00001 //*****************************************************************//
00002 //    Albany 2.0:  Copyright 2012 Sandia Corporation               //
00003 //    This Software is released under the BSD license detailed     //
00004 //    in the file "license.txt" in the top-level Albany directory  //
00005 //*****************************************************************//
00006 
00007 #ifndef ALBANY_PIROOBSERVER_HPP
00008 #define ALBANY_PIROOBSERVER_HPP
00009 
00010 #include "Piro_ObserverBase.hpp"
00011 
00012 #include "Albany_Application.hpp"
00013 #include "Albany_ObserverImpl.hpp"
00014 
00015 #include "Teuchos_RCP.hpp"
00016 
00017 namespace Albany {
00018 
00019 class PiroObserver : public Piro::ObserverBase<double> {
00020 public:
00021   explicit PiroObserver(const Teuchos::RCP<Application> &app);
00022 
00023   virtual void observeSolution(const Thyra::VectorBase<double> &solution);
00024 
00025 private:
00026   ObserverImpl impl_;
00027 };
00028 
00029 } // namespace Albany
00030 
00031 #endif /*ALBANY_PIROOBSERVER_HPP*/

Generated on Wed Mar 26 2014 18:36:36 for Albany: a Trilinos-based PDE code by  doxygen 1.7.1