Search found 66 matches

by wwlytton
Thu Oct 20, 2005 11:56 am
Forum: Adding new mechanisms and functions to NEURON
Topic: How to specify include files in VERBATIM/ENDVERBATIM blocks
Replies: 1
Views: 4394

#include

You can include 'C' in VERBATIM blocks but not 'C++'

the VERBATIM block can also have CPP #INCLUDE statements

there is also an NMODL INCLUDE command which lets you use prewritten NMODL code as well
by wwlytton
Fri Sep 23, 2005 12:40 pm
Forum: Modeling networks
Topic: how to use SaveState()?
Replies: 18
Views: 26001

SaveState is supposed to save the NetCon queue as well: (from NEURON ref manual) "The outstanding event delivery times are absolute. When restored, all outstanding events will be cleared and the retored event times and NetCon info will take their place. Note that it is not in general possible t...
by wwlytton
Sun Aug 28, 2005 9:19 pm
Forum: UNIX/Linux
Topic: bad runs using gcc2.96 with RedHat 7.x
Replies: 0
Views: 4950

bad runs using gcc2.96 with RedHat 7.x

RedHat 7.x series in and about 2000 provided a gnu C compiler version 2.9.6 (aka 2.96) that was apparently not authorized by gnu: http://gcc.gnu.org/gcc-2.96.html October 6th, 2000 It has come to our attention that some GNU/Linux distributions are currently shipping with ``GCC 2.96''. We would like ...
by wwlytton
Fri Aug 26, 2005 10:02 am
Forum: Modeling networks
Topic: Hf Stimulus Network Performance: Event Delivery or Pointers?
Replies: 10
Views: 14955

Wang papers

Mike HInes and I ported the Wang and Buzsaki model to Neuron. This model uses the same the continuous connectivity with pointers the you mention. We achieved considerable speed up by moving it over to NetCon's. In general, you cannot expect to see identical network simulations with 2 different integ...
by wwlytton
Thu Aug 25, 2005 10:48 am
Forum: Modeling networks
Topic: Hf Stimulus Network Performance: Event Delivery or Pointers?
Replies: 10
Views: 14955

local variable time step with large simulations

With this dense connectivity and large amount of random input, you are likely not getting much benefit from using local variable time step and will prob see faster simulation with the implicit method. On the other hand if you are interested in issues such as synchronization, the implicit method will...
by wwlytton
Wed Jul 27, 2005 2:33 pm
Forum: Modeling networks
Topic: extracellular field generation
Replies: 4
Views: 9002

extracellular field generation

Does anyone have code for generating the extracellular field that would be seen by an electrode when running a network simulation? Presumably this could be done by weighting the membrane currents available with extracellular inserted into each section.

Bill Lytton