Azzera filtri
Azzera filtri

How to avoid multiple Jacobian calls

1 visualizzazione (ultimi 30 giorni)
Edoardo Melloni
Edoardo Melloni il 19 Mag 2014
Modificato: Sina il 6 Ago 2014
Hi all,
I have a problem: when solving a stiff differential equation system (with analytical jacobian provided by me), I noticed (using the profile viewer) that, over the total 33 hours needed to solve the system, 30 are dedicated to calculate the Jacobian analytical matrix.
Now, the Jacobian matrix is a 11000x11000 matrix and, to be computed it uses a lot of "if" and "for", for this reason it takes so long to be calculated.
The ode23s calls the function 32 times (so every call need approx. 1 hour to compute the Jacobian matrix).
Is it possible to avoid the calculation of the Jacobian matrix at every call? I was wondering if it wasn't possible to calculate it just one time and then exploit other functions or the global variables...
Thanks for your help
  1 Commento
Sina
Sina il 22 Lug 2014
Modificato: Sina il 6 Ago 2014
For you question you can avoid it one idea is to make Jacobian matrice as global value and if the input is equal to last input avoid solving it and use the previous global value but if input is not the same you must solve it again ....

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by