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

I started implementing a proper inheritance mechanism for PhysiBoSS, and I think it should become a part of the Intracellular class. The idea is to add a new method to...

To me, there appears to be an implied relationship between `is_Dirichlet`, `dirichlet_activation_vector`, and `dirichlet_activation_vectors`. It seems `dirichlet_activation_vectors` is an $n_\text{voxels}\times n_\text{substrates}$ array and the others are (supposed to be) the...

This adds a new member function to the Parameters class. It is called `find_variable_index`. This function behaves exactly like the already-existing `Parameters.find_index` except it will return -1 when the input...

In http://www.mathcancer.org/blog/saving-multicellds-data-from-biofvm/ I see > Future releases of BioFVM will support reading MultiCellDS snapshots (for model initialization). I'd like to be able to restart a simulation from where it stopped....

Hi, I am developing some simulations building upon PhysiCell. I might be wrong with the import procedure of the sources, however, including PhysiCell header files forces me to include `BioFVM`...

I am planning to attend "Computational modelling to study cancer biology and treatments" and rather use the manual process to install PhysiCell on macos in advance, I created a nix...

Hi Paul, Marco's here! Here is the code to visualize a chosen substrate directly in the SVG. We discussed it the last time when me and Vincent were visiting you...

We want to have a community discussion about future extensions to PhysiCell. We begin by discussing the existing "addons" extension for intracellular models and then discuss a possible "plugins" extension....

Users have reported getting a strange compilation error after they updated their macOS to 12.6. Running `make` would end in: ``` ld: Assertion failed: (_file->_atomsArrayCount == computedAtomCount && "more atoms...