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

MOR_SnapshotBlockingUtils.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_SNAPSHOTBLOCKINGUTILS_HPP
00008 #define MOR_SNAPSHOTBLOCKINGUTILS_HPP
00009 
00010 #include "Epetra_MultiVector.h"
00011 #include "Epetra_Vector.h"
00012 
00013 #include "Teuchos_RCP.hpp"
00014 #include "Teuchos_ArrayView.hpp"
00015 
00016 namespace MOR {
00017 
00018 Teuchos::RCP<Epetra_Vector> isolateUniformBlock(
00019     const Teuchos::ArrayView<const int> &myBlockLIDs,
00020     Epetra_MultiVector &snapshots);
00021 
00022 } // end namespace MOR
00023 
00024 #endif /*MOR_SNAPSHOTBLOCKINGUTILS_HPP*/

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