Tempus
Version of the Day
Time Integration
Loading...
Searching...
No Matches
src
Tempus_StepperLeapfrog.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
9
#include "
Tempus_ExplicitTemplateInstantiation.hpp
"
10
11
#ifdef HAVE_TEMPUS_EXPLICIT_INSTANTIATION
12
#include "Tempus_StepperLeapfrog.hpp"
13
#include "
Tempus_StepperLeapfrog_impl.hpp
"
14
15
namespace
Tempus
{
16
17
TEMPUS_INSTANTIATE_TEMPLATE_CLASS
(StepperLeapfrog)
18
19
// Nonmember constructor
20
template
Teuchos::RCP<StepperLeapfrog<double> >
21
createStepperLeapfrog
(
22
const
Teuchos::RCP<
const
Thyra::ModelEvaluator<double>
>& model,
23
Teuchos::RCP<Teuchos::ParameterList> pl);
24
25
}
26
27
#endif
Tempus_ExplicitTemplateInstantiation.hpp
TEMPUS_INSTANTIATE_TEMPLATE_CLASS
#define TEMPUS_INSTANTIATE_TEMPLATE_CLASS(name)
Definition
Tempus_ExplicitTemplateInstantiation.hpp:26
Tempus_StepperLeapfrog_impl.hpp
Thyra::ModelEvaluator
Tempus
Definition
Tempus_AdjointAuxSensitivityModelEvaluator_decl.hpp:21
Tempus::createStepperLeapfrog
Teuchos::RCP< StepperLeapfrog< Scalar > > createStepperLeapfrog(const Teuchos::RCP< const Thyra::ModelEvaluator< Scalar > > &model, Teuchos::RCP< Teuchos::ParameterList > pl)
Nonmember constructor - ModelEvaluator and ParameterList.
Definition
Tempus_StepperLeapfrog_impl.hpp:226
Generated by
1.10.0