danielru / BernusCpp

A C++ abstract interface for ionic current models for electrophysiology and a subclass implementing the Bernus model.
Other
1 stars 0 forks source link

Different celltypes #1

Open danielru opened 9 years ago

danielru commented 9 years ago

Extend the function class so that it can efficiently handle different celltypes.

danielru commented 9 years ago

Could have bernus class read parameter values for celltypes from file and write them into bernus_functions using std::map.