Equivalent of compartment/symcompartment in NEURON?

The basics of how to develop, test, and use models.
Post Reply
altaylor

Equivalent of compartment/symcompartment in NEURON?

Post by altaylor »

In GENESIS, there's a way to specify whether you want the membrane resistance and capacitance at the _end_ of the axial resistor for a segment, or if you want it in the "middle" of the axial resistor. (The command "compartment" covers the first case, the command "symcompartment" covers the second. Or so I'm told...) Is there any analog of this in NEURON? Or, to put the question more generally, how does NEURON deal with this issue? From reading the NEURON book, I get the impression NEURON does something symcompartment-like by default, but I'm not 100% sure. Nor do I know whether there's a way to get the "compartment"-like behavior.

Thanks in advance,
Adam
ted
Site Admin
Posts: 6394
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

Spatial discretization in NEURON uses the central difference approximation
to the continuous PDE, i.e. all cable compartments are represented by
equivalent T circuits.
Post Reply