# bvp1.ode # using AUTO to find the branches of a BVP par r=0 u'=v v'=-(r*pi)^2*u+u^2 q'=0 b q-v b u b u' @ total=1.001,dt=.01 @ dsmax=.2,ds=.2,autoxmin=0,autoxmax=6,autoymin=0,autoymax=200 @ ntst=5,parmax=5 @ meth=cvode,bound=10000,xhi=1.001,ylo=-50,yhi=50 done