Title here
Summary here
Documentation for Release 2024.1
Users: If you are working with the develop branch and your local code or project has been broken by a recent interface change then please see here for fix suggestions.
Developers: Please mention any changes to the code which will break users’ code here - to be put in the release notes for the next release. Also mention any significant improvements or new features. The real definitive release notes will be written in release notes at the time of release. To make that process easier, please structure this page in the same manner.
MeshBasedPopulationWithGhostNodes
use SetWriteVtkAsPoints(true)
.Toroidal2dMesh
which allows 2d mesh based simulations (with or without ghost nodes) with periodicity in x and y.SetBoundVoronoiTessellation(true)
on the cell population. This works by creating a finite voronoi tesselation for each bounday cell, as described in Appendix A of https://doi.org/10.1007/s11538-023-01214-8. The extra nodes (used to bound the Voronoi Tesselation) are placed 1CD away from the tissue boundary to maintian an approximate voronoi cell diameter of 1CD.VoronoiDataWriter
) and mesh (SetWriteVtkAsPoints(true)
) in mesh based simulations, the output files are now voronoi_results_xxx.vtu
and mesh_results_xxx.vtu
.CellRemovalLocationsWriter
, this will give you the file removals.dat
. To make sure the information is output you will need to update your cell killer (if not in the core code) to use the helper methods KillCell()
and StartApoptosisOnCell()
See TestCreatingAndUsingANewCellKillerTutorial for examples.CellDivisionLocationWriter
(Formatting has been preserved see #3070)