virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
69 stars 20 forks source link

Include species with D=0 in "Post Processing Stats Data" #179

Open ACowan0105 opened 2 years ago

ACowan0105 commented 2 years ago

species with D=0 are subject to variable reduction in PDEs and then not recognized as variables for post processing stats.

jcschaff commented 1 year ago

This would be fairly involved to implement on the solver side (post processing done in C++) but maybe not too bad if done in the data retrieval logic in Java (don't know).

start with DataSetControllerImpl::getDataSetTimeSeries() and dig deeper from there ... fun, fun, fun.