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

MOR_CollocationMetricCriterionFactory.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 #ifndef MOR_COLLOCATIONMETRICCRITERIONFACTORY_HPP
00007 #define MOR_COLLOCATIONMETRICCRITERIONFACTORY_HPP
00008 
00009 #include "MOR_CollocationMetricCriterion.hpp"
00010 
00011 #include "Teuchos_RCP.hpp"
00012 #include "Teuchos_ParameterList.hpp"
00013 
00014 namespace MOR {
00015 
00016 class CollocationMetricCriterionFactory {
00017 public:
00018   explicit CollocationMetricCriterionFactory(const Teuchos::RCP<Teuchos::ParameterList> &params);
00019 
00020   Teuchos::RCP<CollocationMetricCriterion> instanceNew(int rankMax);
00021 
00022 private:
00023   Teuchos::RCP<Teuchos::ParameterList> params_;
00024 };
00025 
00026 } // end namespace MOR
00027 
00028 #endif /* MOR_COLLOCATIONMETRICCRITERIONFACTORY_HPP */

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