Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Tempus_IntegratorPseudoTransientAdjointSensitivity.cpp
Go to the documentation of this file.
1 // @HEADER
2 // ****************************************************************************
3 // Tempus: Copyright (2017) Sandia Corporation
4 //
5 // Distributed under BSD 3-clause license (See accompanying file Copyright.txt)
6 // ****************************************************************************
7 // @HEADER
8 
10 
11 #ifdef HAVE_TEMPUS_EXPLICIT_INSTANTIATION
12 #include "Tempus_IntegratorPseudoTransientAdjointSensitivity.hpp"
14 
15 namespace Tempus {
16 
17  TEMPUS_INSTANTIATE_TEMPLATE_CLASS(IntegratorPseudoTransientAdjointSensitivity)
18 
19  // non-member ctor
20  template Teuchos::RCP<IntegratorPseudoTransientAdjointSensitivity<double> >
22  Teuchos::RCP<Teuchos::ParameterList> parameterList,
23  const Teuchos::RCP<Thyra::ModelEvaluator<double> >& model);
24 
25  // non-member ctor
26  template Teuchos::RCP<IntegratorPseudoTransientAdjointSensitivity<double> >
28  const Teuchos::RCP<Thyra::ModelEvaluator<double> >& model,
29  std::string stepperType);
30 
31  // non-member ctor
32  template Teuchos::RCP<IntegratorPseudoTransientAdjointSensitivity<double> >
34 
35 } // namespace Tempus
36 
37 #endif
Teuchos::RCP< Tempus::IntegratorPseudoTransientAdjointSensitivity< Scalar > > integratorPseudoTransientAdjointSensitivity(Teuchos::RCP< Teuchos::ParameterList > pList, const Teuchos::RCP< Thyra::ModelEvaluator< Scalar > > &model)
Non-member constructor.
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)