Tempus  Version of the Day
Time Integration
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tempus_StepperLeapfrog.cpp
Go to the documentation of this file.
1 //@HEADER
2 // *****************************************************************************
3 // Tempus: Time Integration and Sensitivity Analysis Package
4 //
5 // Copyright 2017 NTESS and the Tempus contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 //@HEADER
9 
11 
12 #ifdef HAVE_TEMPUS_EXPLICIT_INSTANTIATION
13 #include "Tempus_StepperLeapfrog.hpp"
15 
16 namespace Tempus {
17 
18 TEMPUS_INSTANTIATE_TEMPLATE_CLASS(StepperLeapfrog)
19 
20 // Nonmember constructor
21 template Teuchos::RCP<StepperLeapfrog<double> > createStepperLeapfrog(
22  const Teuchos::RCP<const Thyra::ModelEvaluator<double> >& model,
23  Teuchos::RCP<Teuchos::ParameterList> pl);
24 
25 } // namespace Tempus
26 
27 #endif
Teuchos::RCP< StepperLeapfrog< Scalar > > createStepperLeapfrog(const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model, Teuchos::RCP< Teuchos::ParameterList > pl)
Nonmember constructor - ModelEvaluator and ParameterList.
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)