29#ifndef Rythmos_INTEGRATOR_BASE_HELPERS_HPP
30#define Rythmos_INTEGRATOR_BASE_HELPERS_HPP
33#include "Rythmos_IntegratorBaseHelpers.hpp"
44void resetInitialConditions(
45 const Thyra::ModelEvaluatorBase::InArgs<double> &ic,
49 const RCP<StepperBase<Scalar> > stepper = integrator->getNonconstStepper();
50 stepper->setInitialCondition(ic);
51 integrator->setStepper(stepper, integrator->getFwdTimeRange().upper());
Abstract interface for time integrators.