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

MOR_TrivialSnapshotPreprocessor.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 MOR_TRIVIALSNAPSHOTPREPROCESSOR_HPP
00008 #define MOR_TRIVIALSNAPSHOTPREPROCESSOR_HPP
00009 
00010 #include "MOR_SnapshotPreprocessor.hpp"
00011 
00012 namespace MOR {
00013 
00014 class TrivialSnapshotPreprocessor : public SnapshotPreprocessor {
00015 public:
00016   TrivialSnapshotPreprocessor();
00017 
00018   virtual Teuchos::RCP<const Epetra_MultiVector> modifiedSnapshotSet() const;
00019   virtual Teuchos::RCP<const Epetra_Vector> origin() const;
00020 
00021   virtual void rawSnapshotSetIs(const Teuchos::RCP<Epetra_MultiVector> &);
00022 
00023 private:
00024   Teuchos::RCP<const Epetra_MultiVector> rawSnaphots_;
00025 };
00026 
00027 } // namespace MOR
00028 
00029 #endif /* MOR_TRIVIALSNAPSHOTPREPROCESSOR_HPP */

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