Rythmos - Transient Integration for Differential Equations Version of the Day
Loading...
Searching...
No Matches
Rythmos_ThetaStepper.cpp
1#include "Rythmos_ThetaStepper_decl.hpp"
2
3#ifdef HAVE_RYTHMOS_EXPLICIT_INSTANTIATION
4
5#ifdef HAVE_RYTHMOS_EXPERIMENTAL
6
7#include "Rythmos_ThetaStepper_def.hpp"
8#include "Rythmos_ExplicitInstantiationHelpers.hpp"
9
10namespace Rythmos {
11
12RYTHMOS_MACRO_TEMPLATE_INSTANT_SCALAR_TYPES(RYTHMOS_THETA_STEPPER_INSTANT)
13
14} // namespace Rythmos
15
16#endif // HAVE_RYTHMOS_EXPERIMENTAL
17
18#endif // HAVE_RYTHMOS_EXPLICIT_INSTANTIATION
19