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 may be premature, but would like to at least suggest it get merged in this release. This addresses compiler errors with `PhysiCell_constants{.h,.cpp}` for certain compilers (I had mentioned `clang++`...
**This PR needs feedback before merge** I know I do not pay attention to the console output at startup mostly because it goes by so fast. I barely know what...
Check that each added substrate has a unique name. Same for parameters (for a given type). Also, clean up some code to improve maintainability/readability. Suggestion for future improvement: rename some...
This pull request introduces the ability to disable the diffusion solver for substrates. Users can now have multiple substrates without performing the computation of the BioFVM equation, which speeds up...
anybody can use the substrate coloring on svgs just by editing the config file, i.e. just by using studio. thanks @rheiland for the great suggestion!
the Makefile `reset` function relies on a `PhysiCell_settings-backup.xml` file. the problem is that not all sample project generate a`PhysiCell_settings-backup.xml`. the bigger problem is that Makefile `load` function not generate at...
This pull request now has the Makefile-default, the Makefile, all sample_projects Makefiles, all sample_projects_intracellular Makefiles, and all unit_test Makefiles changed accordingly.
this is the only project that has two operating systems dependent make files. if possible, like in all other sample projects, i think this should be fused in one common...
these Makefiles have e.g. no save and load command.
I have a basic question of what is copied to the output folder. 1. the cell seeding file `cells.csv` or what ever it's name is, is so far not copied...