My questions are:
1. How does NEURON handle axial/intracellular resistance in its internal calculation, and how would setting intracellular resistivity/resistance to very small values (Ra<<default) affect the accuracy and stability of the simulation? Could very short pulse duration (<10 us) interact with such settings to produce unexpected behaviors (see descriptions below)?
2. Is it possible or are there better ways to specify equal intracellular potential for multiple compartments (connected sections each with nseg =1) than setting a very small intracellular resistivity/resistance for them?
The context of my questions is as follows:
I was exploring a modeling method described by Sergeev, E. N., Meffin, H., Tahayori, B., Grayden, D. B., and Burkitt, A. N. in "Effect of soma polarization on electrical stimulation thresholds of retinal ganglion cells." (2013 6th International IEEE/EMBS Conference on Neural Engineering (NER), pp. 1135––1138, 2013. http://ieeexplore.ieee.org/abstract/document/6696138/)
The main idea is to replace the single compartment soma with multiple compartments to simulate extracellular stimulation of transverse field (Fig.2).

As the author stated, "the multicompartmental soma was represented by a discretized sphere, with all the somatic compartments connected to the root vertex at the center of the sphere, by negligible axial resistances". This approximates the condition of equal intracellular potentials of the compartments while their extracellular potentials are different, thus representing patches of the somatic membrane with different transmembrane potentials.
I built a simpler model - a soma consisting of 15 compartments with HH membrane and without any dendritic and axonal connections. I tested stimulation thresholds under uniform extracellular fields for a range of pulse duration and compared results with a my own simulation in MATLAB (following Boinagrov, D., Loudin, J., and Palanker, D. "Strength–Duration Relationship for Extracellular Neural Stimulation: Numerical and Analytical Models." Journal of Neurophysiology, 104(4), pp. 2236–2248, 2010.) The difference for the MATLAB simulation is that the equal intracellular potential condition was explicitly enforced and not approximated. The multicompartment model in NEURON produced thresholds that agreed with the MATLAB simulation for most of the pulse widths, however, behaved differently for very short pulses.
Specifically, thresholds obtained from MATLAB and NEURON agreed within ~2% difference for pulses between 10 us to 10 ms duration, and the sub-chronaxie part of the strength-duration (S-D) curve (< hundreds us) plotted on log-log axes followed a linear relationship with negative slope. However, thresholds from NEURON started to deviate from this relationship when pulse widths decreased shorter than 10 us: the threshold values first increased to about 10%-30% larger compared to MATLAB, and then abruptly jumped to 2-3 orders of magnitude larger for pulses shorter than 3 us. I have suspected that the low intracellular resistivity was the problem, and tried to vary Ra. The behavior described above seems to be insensitive to Ra values between 1e-7 up to the default of 35.4 (which is not a negligible value at all). Less than 1e-8, simulation would not run, and the error message seems to indicate division by zero. Increasing Ra, from 35.4*10 up to 35.4 *1000, the thresholds for those short pulses decreased and came closer to the S-D curve (on the same order of magnitude); however, at this point the assumptions and behavior of the simulation have completely changed from the intended model.
Any insights and suggestions are appreciated.