Basilisk reaction-diffusion simulations for Keller-Segel chemotaxis and related models (work in progress).
- Basilisk source tree (installed locally)
- qcc available in PATH
- Build tools (Xcode CLI on macOS or build-essential on Linux)
.project_configgenerated by your local Basilisk install workflow (not tracked here)
- Run a case:
./simulationCases/runCases.sh brusselator./simulationCases/runCases.sh keller-segel
- Clean outputs:
./simulationCases/cleanup.sh brusselator./simulationCases/cleanup.sh keller-segel
Outputs are written to simulationCases/<case>/ and include a copy of the case source.
brusselator: reaction-diffusion Brusselator example.keller-segel: placeholder, currently configured as the Brusselator example.
simulationCases/case entry points and run scriptssimulationCases/<case>/output directories (including legacy outputs)src-local/project-specific headers and helperspostProcess/analysis and plotting utilitiesbasilisk/local Basilisk checkout (not tracked)