You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ground-up rewrite of a much larger project from my thesis. This is a simulation of a lattice model of metastatic cancer that includes simple tumour-tumour interactions.
Parameters are set by editing the source in tumblera.cpp and types.h, and
initial conditions are set in main() in tumblera.cpp.
Runs with:
./tumblera $seed $alpha $outputfile
About
A ground-up rewrite of a much larger project from my thesis. This is a simulation of a lattice model of metastatic cancer that includes simple tumour-tumour interactions.