This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Version 1.2
This is the version at the end of 2020. The major code architecture of the core is now more or less stable. Future additions are expected to just be new solvers or adapters that reuse the available infrastructure.
- The examples directory is now better organized. There are numerous new examples, including the chemo-electro-mechanical model or multidomain, with and without fat layer, with and without contraction model. More CellML subcellular models have been tested. Refer to existing examples to get an overview.
- Adapters for surface coupling with preCICE have been added. They are used in an example with muscle + tendons.
- The stiffness matrix computation is now also vectorized with Vc. This can be turned off to reduce compilation times (see
user-variables.scons.py
). - There is no more Python2, everything is Python3 now (settings, scons etc.).
This release installs on a clean Ubuntu 20.04 if you follow the instructions in the documentation. It can be installed on any server of SGS without the need for additional system packages.