Error using pde.EquationModel/solveStationaryNonlinear (line 104) Stepsize too small.
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Kaveh Gharibi
il 14 Giu 2017
Commentato: Kaveh Gharibi
il 14 Giu 2017
I am solving this system of PDEs with diritchlet boundry conditions and It does not converge, and gives me this error.
Error using pde.EquationModel/solveStationaryNonlinear (line 104)
Stepsize too small.
Do you know how can I solve it.
0 Commenti
Risposta accettata
Alan Weiss
il 14 Giu 2017
Are you giving nonzero initial conditions for the solution? It looks like your equations might be singular where the solution gradient is zero, so your initial conditions should avoid those areas.
Just a guess,
Alan Weiss
MATLAB mathematical toolbox documentation
3 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Boundary Conditions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!