Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-28 Thread Burak ER
Thank you Anton. Now, I see, the RungeKuttaCashKarp54Integrator comes with the installation as long as OdeInt is included in the boost library. I am planning to modify some parts of the integrator in the very next days. Thank you for your modification. burak. On Fri, 2014-02-28 at 10:44 +0100,

Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-28 Thread Anton Gladky
> You are including "boost/numeric/*" headers without checking in > CMakeLists.txt, whether those headers are really persist > in the system. Fixed here. https://github.com/yade/trunk/commit/daf2883ab3bba6d5257f1aa4d27293a6ae09dc3f Anton ___ Mailing li

Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-18 Thread Eulitz, Alexander
-dev [mailto:yade-dev-bounces+alexander.eulitz=iwf.tu-berlin...@lists.launchpad.net] Im Auftrag von Research Ass. Burak Er Gesendet: Dienstag, 18. Februar 2014 10:28 An: bruno chareyre Cc: yade-dev@lists.launchpad.net Betreff: Re: [Yade-dev] adaptative integration scheme (Burak ER) Dear Bruno

Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-18 Thread Research Ass. Burak Er
From: "Bruno Chareyre" To: yade-dev@lists.launchpad.net Sent: Monday, February 17, 2014 7:05:27 PM Subject: Re: [Yade-dev] adaptative integration scheme (Burak ER) Dear Burak, Nice commit, congrats. There are a few things not very clear to me: - inheritance from TimeStepper is probably no

Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-17 Thread Anton Gladky
Hi, congratulation on such large commit. Nice work. Sorry, I do not have enough time now to analyze it, but one note. You are including "boost/numeric/*" headers without checking in CMakeLists.txt, whether those headers are really persist in the system. It is not a big deal, I can help you with t

Re: [Yade-dev] adaptative integration scheme (Burak ER)

2014-02-17 Thread Bruno Chareyre
Dear Burak, Nice commit, congrats. There are a few things not very clear to me: - inheritance from TimeStepper is probably not what you want. TimeStepper is only a class for computing the timestep dt, not to effectively execute the timestepping. Inheriting from it is harmless but it does not make

[Yade-dev] adaptative integration scheme (Burak ER)

2014-02-17 Thread Bruno Chareyre
forwarding https://github.com/yade/trunk/pull/40 Bruno __ Hi Mr. Chareyre/Gladky, As we all already discussed at the topic here[1] I have created a general integrator interface for both multistep and single step methods. I think the interface is flexible for the integration purposes. It inh