Large sparse (stiff) ODE system needed for testing

Posted by macydanim on Programmers See other posts from Programmers or by macydanim
Published on 2012-03-13T11:31:05Z Indexed on 2012/04/01 23:39 UTC
Read the original article Hit count: 352

Filed under:
|
|

I hope this is the right place for this question. I have been working on a sparse stiff implicit ODE solver and have finished the code so far. I now tested the solver with the Van der Pol equation, and another stiff problem, which is of dimension 4. But to perform better tests I am searching for a bigger system. I'm thinking of the order N = 100...1000, if possible stiff and sparse. Does anybody have an example I could use? I really don't know where to search.

© Programmers or respective owner

Related posts about testing

Related posts about math