|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi all, I am looking for an ODE solver for large systems (maybe stiff). The number of ordinary diff. equations is ~ 10^6. For solving we have a parallel cluster with 64 CPU. Does anyone know where to find such code? Thanks in advance.
|
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Levi
If you are working in fortran then u can use lsoda.f available on net. It employs Gears adaptive time step method used for stiff odes. Although C versions of the code is also available,I am not sure about its implementation. Manan |
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you, Manan. I know lsoda.f, lsode.f, etc codes and I use its for a long time. But all such codes are aimed at full matrixes. They contain long working arrays (~ 2*N^2). If N~10^6 it is obviously that there are not enough memory. I've very sparse matrix when only 7 elements from a million are non-zero in the each line. Are there any special solvers for such case?
|
|
|
||
|
|
|
#4 |
|
Guest
Posts: n/a
|
Hi Levi,
lsoda solved my problem so i didnt look anywhere else.I know a group working in my deptt which uses ode solvers and are abreast with latest development in this field. If you want the contact just mail me and I can send it to u. Manan |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Working directory via command line | Luiz | CFX | 4 | March 6, 2011 20:02 |
| Problem implementing CVODE ODE solver | markusrehm | OpenFOAM | 20 | October 13, 2010 17:02 |
| Creating New Solver: For particle-laden compressible jets | sankarv | OpenFOAM | 0 | April 4, 2010 18:06 |
| why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 14:08 |
| ODE solver coefficients | mrangitschdowcom | OpenFOAM Running, Solving & CFD | 1 | December 2, 2006 14:15 |