Right Hand Side (RHS)

Anything that doesn't fit elsewhere.
Post Reply
roybens
Posts: 54
Joined: Fri Mar 14, 2008 7:57 am

Right Hand Side (RHS)

Post by roybens »

Hello,
I am trying to implement a cell with a fork morphology using HH in Matlab.
I am having problems in computing the RHS from fmatrix(). Where can i find the components that make up the RHS (such as cm*dv/dt ion currents and stimulus)?
Best Regards
Roy
hines
Site Admin
Posts: 1687
Joined: Wed May 18, 2005 3:32 pm

Re: Right Hand Side (RHS)

Post by hines »

That would be in
void nrn_rhs(NrnThread* _nt) {
of nrn/src/nrnoc/treeset.c
There are voluminous comments above that function.
Post Reply