37 #ifndef _EULERIVPODESOLVER_HPP_ 38 #define _EULERIVPODESOLVER_HPP_ 41 #include <boost/serialization/base_object.hpp> 43 #include "AbstractOneStepIvpOdeSolver.hpp" 61 template<
class Archive>
62 void serialize(Archive & archive,
const unsigned int version)
65 archive & boost::serialization::base_object<AbstractOneStepIvpOdeSolver>(*this);
86 std::vector<double>& rCurrentYValues,
87 std::vector<double>& rNextYValues);
107 #endif //_EULERIVPODESOLVER_HPP_
void serialize(Archive &archive, const unsigned int version)
virtual ~EulerIvpOdeSolver()
friend class boost::serialization::access
void CalculateNextYValue(AbstractOdeSystem *pAbstractOdeSystem, double timeStep, double time, std::vector< double > &rCurrentYValues, std::vector< double > &rNextYValues)
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...