BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
57 stars 15 forks source link

Add `CvodeBlock` and `CvodeVisitor` #1467

Closed JCGoran closed 4 weeks ago

JCGoran commented 2 months 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).