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

responsive to #355 previously used the cell type ID (an integer) to fill in the __. Want to use the name of the cel type though.

Standardize how all files are copied to output. This serves several purposes: - ensures that the config file is copied - previously handled in user-defined `main.cpp` - now done in...

We had only looked for the Linux/MacOS pathsep (`'/'`) to identify the basename for the file being copied to the output folder. If a user set this with a Windows...

The current API for the Dirichlet nodes is inconsistent and confusing (See #214). To simplify the API for users, I have created two functions that handle all the DC logic...

@heberlr first identified this behavior and a discussion led to opening #347. While better handling of thrown exceptions would be an improvement, for now have this error behave like all...

Low priority PR that fixes bug causing intracellular updates to skip the first diffusion time step at t=0. I don't believe that PhysiBoSS or PhysiCelldFBA require this step to be...

In models with both `pre_update_intracellular` and `post_update_intracellular` functions, it is currently possible for some cells to complete their post-update before other cells begin their pre-update. If the post-update modifies values...

The key improvement here is the **automated** linking of PhysiCell values and SBML values through the config file (NO CUSTOM CODING REQUIRED!!). It does introduce a breaking change in that...

provide a CSV file with similar structure to the substrate ICs csv header row: x,y,z,,,... where the list of substrates need not be all the substrates, only those with DCs...

Pull Request: Adds functionality to stop and restart a simulation without losing information, even when using the Physiboss add-on The main changes include: - I/O streaming operator added in the...