1 #ifndef SRC_INTEGRATOR_INTEGRATORS_HPP_
2 #define SRC_INTEGRATOR_INTEGRATORS_HPP_
5 #include <athena/athena.hpp>
void SetIntegrator(std::string name)
virtual ~MultiStageIntegrator()
IntegratorWeight stage_wghts_[MAX_NSTAGE]
IntegratorWeight const & GetStageWeights(int stage) const
virtual void WeightedAverage(Real ave_wghts[])=0
virtual void TimeIntegrate(Real time, Real dt)=0