Re: [Yanl-develop] Developer for numerical routines in C++/boost
Brought to you by:
karstenahnert
|
From: Karsten A. <kar...@gm...> - 2009-12-11 10:49:34
|
Hi Yang, the build system is included and works fine. At the moment we need any of the following: * an example of an extended two dimensional system (like the complex Ginzburg-Landau Equation, the Fermi-Pasta-Ulam system or somethink similar) in which the different matrix type are tested and their preformance is compared. * An example of an extended, complex-valued system (like the discrete Nonlinear Schrödinger equation or coupled Landau-Stuart oscillators), where the performance of the an implementation in real values is compared against an implementation in complex values. * the implict Euler method. * Integration of the boost unit testing system. * or you have some other interesting problems which can be used as examples. Please, let us know what you want to do. Then, we can you more informations about the implementation. Best regards, Karsten 杨苏立 Yang Su Li wrote: > Hi, > > I am sorry for the late reply, but last few weeks I was in my vacation > and had very poor internet access. > > I am not very familar with the boost.build system. But I am happy to > help testing, writing examples or some implicit methods > > Please let me know what I can do. > > Thank you very much. > > Yang Suli > > > > 2009/11/16 Karsten Ahnert <kar...@gm...>: >> Hi, >> >> we discuss everything about yanl our mailing list: >> >> https://lists.sourceforge.net/lists/listinfo/yanl-develop >> >> Please register there. At the moment, we are working on the ODE solvers. >> The code lives in the boost sandbox >> >> https://boost.org/svn/boost/sandbox/odeint >> >> >> and we try to become a subpart of the boost libs. We wrote an article >> about the design of the solvers, which has been posted on codeproject. >> Maybe this is a good introduction for you: >> >> http://www.codeproject.com/KB/recipes/odeint.aspx >> >> At the moment we have several open tasks: >> >> * documentation >> * midpoint methods and some implicit methods >> * build-system for the examples >> * writing examples >> * testing >> >> Please, let us know where you want to contribute to. >> >> Best regards, >> >> Karsten >> >> >> Suli Yang wrote: >>> Message body follows: >>> >>> Hi, >>> >>> I saw your post asking for contribution to yanl. >>> >>> I am a physics Ph.D student who would like to help. I had >>> some experiences in C++ programming in a small group of >>> about 5 co-workers. Though I don't know too much about >>> numerical computing yet... >>> >>> Please let me know what I can do. >>> >>> Suli >>> >>> -- >>> 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=2701949 >>> >> > > > |