public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* ODE IV Control and Variable Scale
@ 2010-03-18 18:28 Kevin H. Hobbs
  2010-03-20 19:18 ` Tuomo Keskitalo
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin H. Hobbs @ 2010-03-18 18:28 UTC (permalink / raw)
  To: gsl-discuss

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

I'm trying make sure that I am using the gsl_odeiv_control functions
correctly.

I'm modelling neurons and my variables have different scales. Voltage is
usually between -100 and 50 mV. The membrane current gating variables
stay between 0 and 1. Internal calcium concentration is usually between
0 and a few hundred micro molar.

Each time I read the descriptions of the gsl_odeiv_control functions I
become more convinced that the parameters eps_rel, a_y, and a_dydt are
there to excuse some error in variables and derivatives that are far
from zero. Is that correct?

Since I have no reason to care more about values close to zero (unless I
do some complicated remapping of the variable values) should I set
eps_rel, a_y, and a_dydt to 0?

Since my variables have different ranges should I use
gsl_odeiv_control_scaled_new with an appropriate eps_abs and scale_abs
set with something like 1 for internal calcium concentration, 0.3 for
membrane voltage, and 0.001 for all of the gating variables?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-22 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-18 18:28 ODE IV Control and Variable Scale Kevin H. Hobbs
2010-03-20 19:18 ` Tuomo Keskitalo
2010-03-22 14:49   ` Kevin H. Hobbs
2010-03-22 17:26     ` Tuomo Keskitalo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).