Hi, Is there a way to have the c-code for the void massMatrix(unsigned n_, unsigned np_, double t, double *Y_, double *p_, double **f_, unsigned wkn_, double *wk_, unsigned xvn_, double *xv_) to use a sparse representation? I can't find this on the manual, I am sorry if the answer is there.
2013-03-13 12:45:39 PDT in PyDSTool
Hi Rob, I will send you an example soon. Hopefully elucidating the use of the Radau solver interface (it seems it will be reverse learning :)). I will see how you created the html files for the tutorials. Thx,
2013-03-04 17:25:27 PST in PyDSTool
Yes, it is working here! I will be using PyDSTool for DAEs. Is there more documentation? If not I can help you writing some if you point me to the orginals. Thx.
2013-03-04 16:40:37 PST in PyDSTool
Debian 7.0, python 2.7, 64-bit Testing funcspec_tests.py -.. [quote]['t', 'w', 'z2', 'z[i]'] Auxinfo = ['t', 'k', 'a'] Traceback (most recent call last): File "funcspec_tests.py", line 44, in <module> DSfuncspec = RHSfuncSpec(fsargs) File "/home/juanpi/Resources/PyDSTool/FuncSpec.py", line 2291, in __init__ FuncSpec.__init__(self, kw) File...
2013-03-04 16:25:45 PST in PyDSTool
I can test on the systems I have at hand. I can't see the setup.py in the bzr repo, though.
2013-03-04 15:48:08 PST in PyDSTool
Indeed, I just read the 64-bit part of the documentation and the FAQ. I am sorry I missed that. Removing -m2 from [code]./PyCont/ContClass.py: extra_compile_args=['-w', '-D__PYTHON__', '-std=c99', '-m32'], ./PyCont/ContClass.py: extra_link_args=['-w', '-m32'], ./Generator/Dopri_ODEsystem.py...
2013-03-04 15:46:03 PST in PyDSTool
Hi, After successfully installing in Debian 7.0 with python 2.7 I proceeded to run the tests. I got the following error when running [code] python basic_gen_tests_C.py[/code] [quote] Basic generator tests for C-based vector fields... In file included from /usr/include/stdio.h:28:0, from /home/juanpi/Resources/PyDSTool/integrator/integration.h:6, from...
2013-03-04 15:31:49 PST in PyDSTool
Hi, I think it would be good to update the installation notes. In the case of Debian systems that .pth file should go into the folder /usr/lib/python2.7/dist-packages/ Still planning to generate a setup.py file? Thanks.
2013-03-04 15:25:28 PST in PyDSTool