CVODE questions
Posted: Wed Aug 06, 2008 11:43 am
I recently ran some tests with variable time step simulations and have a few questions. First, I was told that I could force output to have a fixed time step. But the documentation states:
following two not yet implemented
x = cvode.active(1, dt)
and I see that the dt argument does indeed seem to be ignored; recording time into a vector shows the variable time steps. Does any other version allow this, or is there anything else I can do to make this work?
Second: With cvode active it seems that the solution around current pulse (Iclamp) transitions is not very reproducible. I guess Iclamp doesn't inform cvode of these transition times, correct? How can I get around this?
Third: I was able to use SEClamp to voltage clamp with a recorded action potential waveform with cvode active. However, the voltage clamp simulation was very slow compared to the initial current clamp simulation or even the fixed time step simulation. Why is that?
Thank you!
following two not yet implemented
x = cvode.active(1, dt)
and I see that the dt argument does indeed seem to be ignored; recording time into a vector shows the variable time steps. Does any other version allow this, or is there anything else I can do to make this work?
Second: With cvode active it seems that the solution around current pulse (Iclamp) transitions is not very reproducible. I guess Iclamp doesn't inform cvode of these transition times, correct? How can I get around this?
Third: I was able to use SEClamp to voltage clamp with a recorded action potential waveform with cvode active. However, the voltage clamp simulation was very slow compared to the initial current clamp simulation or even the fixed time step simulation. Why is that?
Thank you!