Tempus Version of the Day
Time Integration
Loading...
Searching...
No Matches
Tempus_IntegratorPseudoTransientForwardSensitivity.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_IntegratorPseudoTransientForwardSensitivity.hpp"
14
15namespace Tempus {
16
17 TEMPUS_INSTANTIATE_TEMPLATE_CLASS(IntegratorPseudoTransientForwardSensitivity)
18
19
20 template Teuchos::RCP<IntegratorPseudoTransientForwardSensitivity<double> >
22 Teuchos::RCP<Teuchos::ParameterList> pList,
23 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& model,
24 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& sens_residual_model,
25 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& sens_solve_model);
26
28 template Teuchos::RCP<IntegratorPseudoTransientForwardSensitivity<double> >
30 Teuchos::RCP<Teuchos::ParameterList> pList,
31 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& model,
32 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& sens_residual_model);
33
34 // Nonmember ctor
35 template Teuchos::RCP<IntegratorPseudoTransientForwardSensitivity<double> >
37 Teuchos::RCP<Teuchos::ParameterList> parameterList,
38 const Teuchos::RCP<Thyra::ModelEvaluator<double> >& model);
39
40 // Nonmember ctor
41 template Teuchos::RCP<IntegratorPseudoTransientForwardSensitivity<double> >
43
44} // namespace Tempus
45
46#endif
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)
Teuchos::RCP< Tempus::IntegratorPseudoTransientForwardSensitivity< Scalar > > createIntegratorPseudoTransientForwardSensitivity()
Nonmember constructor.