How to change the Jacobian settings (full, fixed, lumped) when using solvepde?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Anyone knows how to change the Jacobian setting (full, fixed, lumped) when using solvepde. The legacy pdenonlin allows you to change the setting, but it appears that solvepde does not have the option.
Thank you.
0 Commenti
Risposte (1)
J Philps
il 1 Giu 2017
You are right, Jacobian selection option is no longer supported in the new workflow introduced since R2016a. Note that even in pdenonlin, the Jacobian selection was limited to 2-D problems. Approximate Jacobian, by specifying ‘fixed’ or ‘lumped’ options, often results in convergence issues.
Could you please share your workflow and any possible reason to not use the default full Jacobian?
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!