Re: [Yanl-develop] Contribution
Brought to you by:
karstenahnert
|
From: Constantine A. <aco...@us...> - 2009-11-12 13:19:33
|
Karsten, I wrote the example harmonic oscillator which is attached. I'm having trouble evaluating the results, because the structure of the library is rapidly changing when I do an svn update. The library also seems somewhat complicated to use to me. Each of the boost libraries has a web-based introduction to the library on the boost website. Most of them do a good job of telling the story of how the library is used, and why it evolved the way it did. I find the pages for Concept Check especially exemplary of this. Does odeint have anything similar? That might make it easier for newcomers to understand the changes that are taking place, and the design decisions that have been made. Constantine On Fri, Oct 30, 2009 at 9:26 AM, Karsten Ahnert <kar...@gm...> wrote: > Hi Constantine, > > Thanks for your reply. Maybe, first of all it would be nice, if you > could contribute some examples to odeint (similar to lorenz.cpp in > libs/numeric/odeint/examples): > > with appropriate constants A, omega, phi, kappa. It would be great here, > if it could be shown that the precision of Euler is much smaller than > that of RK4. > > 2. Speed test for the same ODE, with different containers. For example, > it would be nice to see, which Container in lorenz.cpp is the fastest: > vector<double>, list<double>, array<double,3>? > > If you need any help or have any questions, just ask. Maybe, you have > also some suggestion on the interface of the odeint classes. > > Thank you a lot, > > Karsten > > [1] http://en.wikipedia.org/wiki/Harmonic_oscillator , the universal > oscillator and the damped oscillator section. > > > Constantine wrote: >> Message body follows: >> >> >> Karsten, >> >> Thanks for the reply. I have checked out the code from >> https://boost.org/svn/boost/sandbox/odeint. As far as ODEs >> and TMP, I >> am comfortable with both. I would be happy to jump into >> either or both >> on this project. >> >> Constantine >> >> -- >> This message has been sent to you, a registered SourceForge.net user, >> by another site user, through the SourceForge.net site. This message >> has been delivered to your SourceForge.net mail alias. You may reply >> to this message using the "Reply" feature of your email client, or >> using the messaging facility of SourceForge.net at: >> https://sourceforge.net/sendmessage.php?touser=2670242 >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Yanl-develop mailing list > Yan...@li... > https://lists.sourceforge.net/lists/listinfo/yanl-develop > |