wsphillips / Conductor.jl

Choo-choo
MIT License
61 stars 12 forks source link

Revamp `Compartment` to `CompartmentSystem` #12

Closed wsphillips closed 2 years ago

wsphillips commented 3 years ago

Just as with channels, compartments should also be implemented as a custom system type.

CompartmentSystem needs to implement conversion to both ODESystem and PDESystem, but we can start with just ODESystem.

Quick notes: