pict

pde2path - a Matlab package for continuation and bifurcation in 2D elliptic systems
Home|Demos|Download|Basics|First steps|Tipps/FAQ/Misc|Contact

Webpages of the old version pde2path 1.0, outdated!
We strongly recommend to switch to pde2path 2.0
________________________________________________________________________

Tipps’n tricks

octave

For users who have access to the Matlab pdetoolbox but prefer octave over Matlab we provide a compatibility mode with (currently) very restricted functionality. For this, in octave call path(path-to-pdetoolbox,path); and after setting the path to p2plib, call, e.g., path(’pde2pathhome/octcomp’,path); as the functions in octcomp must mask the functions in p2plib. In fact, in octcomp we only reset p2interpol.m and plotsol.m since in octave only mesh-plotting (plotstyle 1) works reliably.

With these changes the demos bratu and ac work (where it is useful to turn off octave pagination with more), while the other demos require some more adaptions. In particular there currently is no numjac in octave. However, quick adaptions should be no problem for expert users. Sometimes it is helpful to compare Matlab’s performance with octave.

FAQ

(Hopefully) coming soon ..