36#ifndef _RUNGEKUTTA2IVPODESOLVER_HPP_
37#define _RUNGEKUTTA2IVPODESOLVER_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);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access
void CalculateNextYValue(AbstractOdeSystem *pAbstractOdeSystem, double timeStep, double time, std::vector< double > &rCurrentYValues, std::vector< double > &rNextYValues)
RungeKutta2IvpOdeSolver()