User Guides

Note

Before reading this have a look at Getting Started to decide whether you are a user of releases or a developer contributing back to Chaste core code.

Users can download the latest stable release of the source code from our GitHub releases page, or checkout the develop branch to get the latest features.

Installation

Running Chaste Simulations

  • Tutorials: Detailed lessons on using Chaste’s capabilities.
  • Visualisation Guides: Information on how to visualise simulation results.
  • How-to Index: Links to code snippets illustrating how various things can be done in Chaste.
  • User Projects: Creating/using a project which can utilize the core Chaste code and build/testing framework.

Code Documentation

Miscellaneous Information

  • Chaste Units: Units of parameters used in Chaste.
  • Default Cardiac parameter values: These are read off from heart/src/problem/HeartConfigDefaults.hpp (ignore the Simulation block, which only applies to the old cardiac executable).
  • File Formats: This information used to be distributed with the Chaste source code, in docs/FileFormats.html.

Advanced