46#ifndef _GRL1IVPODESOLVER_HPP_
47#define _GRL1IVPODESOLVER_HPP_
50#include <boost/serialization/base_object.hpp>
51#include "AbstractOneStepIvpOdeSolver.hpp"
71 template<
class Archive>
72 void serialize(Archive & archive,
const unsigned int version)
75 archive & boost::serialization::base_object<AbstractOneStepIvpOdeSolver>(*
this);
99 std::vector<double>& rCurrentYValues,
100 std::vector<double>& rNextYValues);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
std::vector< double > mEvalF
void CalculateNextYValue(AbstractOdeSystem *pAbstractOdeSystem, double timeStep, double time, std::vector< double > &rCurrentYValues, std::vector< double > &rNextYValues)
std::vector< double > mTemp
std::vector< double > mPartialF
void serialize(Archive &archive, const unsigned int version)
friend class boost::serialization::access