You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable names in new equations can be things like oxmeta:membrane_voltage - these need to be mapped to names suitable for code generation at some point, and identified with other variables having that annotation Replace a variable's equation #118
Replace part of an equation
E.g. to replace an 'original_definition' symbol with the equation originally defining it
This needs to be a 'clone' of the inserted equation
Allow 'special' operations, so we can represent 'linear interpolation on a data file'
RHS gets assigned to new variable with original units; change references to original derivative to this new variable; add another version of this variable with desired units, assigned from this one; use that to define the ODE.
Remaining items from this section of #21