PhysiCell
PhysiCell copied to clipboard
PhysiCell: Scientist end users should use latest release! Developers please fork the development branch and submit PRs to the dev branch. Thanks!
This PR is a long-overdue update to downloading and using libroadrunner in PhysiCell intracellular models. For a long time, we obtained very old libroadrunner libs and headers from a sourceforge...
Hi @MathCancer , I want to work on the parallelization of PhysiCell using GPUs. I saw that there is a paper on the parallelization of BioFVM using OpenACC, but it...
Fix the error in this behavior synonym: current / wrong: ```phagocytosis of " + std::to_string(pCD->type); ``` correct: ```phagocytosis of " + pCD->name; ``` It can wait for 1.14.3.
We currently use `exit(-1);` whenever the code does something undesirable. This does not allow users to control the handling of these exceptions. We could make some simple exception classes with...