Closed JCGoran closed 4 weeks ago
Part 1 of #1399. Adds the CVODE block since NMODL solves the DERIVATIVE block in-place, and we lose information about it. Also adds a visitors which actually replaces statements of the form x' = f(x) into Dx = f(x).
x' = f(x)
Dx = f(x)
Part 1 of #1399. Adds the CVODE block since NMODL solves the DERIVATIVE block in-place, and we lose information about it. Also adds a visitors which actually replaces statements of the form
x' = f(x)
intoDx = f(x)
.