PhysiCell icon indicating copy to clipboard operation
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!

Results 114 PhysiCell issues
Sort by recently updated
recently updated
newest added

so far, in `setting.xml` only `max_time` can be specified to stop the series. it would be nice to have additionally a `max_cell` setting to stop the series, and execution would...

cell_type ~~and substrate~~ names are so far only kept in the `settings.xml` file. if this names by the program could be passed down to the `output.xml`, then there would be...

for parameter scans, usually not all the output is needed. to reduce the need of disk space it would be ideal if one could specify in the seetings.xml what output...

A reminder that we still have some hierarchical config files, rather than the "flattened" syntax that the Studio requires. At least these, it seems: ``` ~/dev/PhysiCell_v1.12.0/sample_projects$ grep parent */config/*.xml cancer_immune/config/PhysiCell_settings.xml:...

* sample_projects/Makefile-default * sample_projects_intracellular/ode/test_sbml1/Makefile * do a global search for others

https://github.com/MathCancer/PhysiCell/blob/master/sample_projects/rules_sample/config/cell_rules.csv#L27 and https://github.com/MathCancer/PhysiCell/blob/master/sample_projects/rules_sample/config/cell_rules.csv#L32 need a comma after "decreases"

I have been unable to compile PhysiCell on my MacBookPro After make ANY-PROJECT > make, I obtain this error: ld: symbol(s) not found for architecture arm64 clang-16: error: linker command...

most of the Error write to std::cout only and give no error code back. usually PhysiCell then just quits. a Errors should be written to std::cerr and a proper Error...

I have not found the name of certain variables. To clarify why I need them, I will shortly describe my scenario. This is a wound healing essay, where cells have...

I've run a few simulations on my laptop and everything works fine. Now I am trying to use the HPCC at my university to test the simulation, but I encountered...