36 #ifndef _HEUNIVPODESOLVER_HPP_
37 #define _HEUNIVPODESOLVER_HPP_
40 #include <boost/serialization/base_object.hpp>
42 #include "AbstractOneStepIvpOdeSolver.hpp"
60 template<
class Archive>
61 void serialize(Archive & archive,
const unsigned int version)
64 archive & boost::serialization::base_object<AbstractOneStepIvpOdeSolver>(*this);
81 std::vector<double>& rCurrentYValues,
82 std::vector<double>& rNextYValues);
97 #endif //_HEUNIVPODESOLVER_HPP_
void CalculateNextYValue(AbstractOdeSystem *pAbstractOdeSystem, double timeStep, double time, std::vector< double > &rCurrentYValues, std::vector< double > &rNextYValues)
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access
#define CHASTE_CLASS_EXPORT(T)