Skip to content

ComputationalPhysiology/oasisx

Repository files navigation

Oasisx

Binder MIT License

The documentation for this repository can be found here.

Installation

Requirements

DOLFINx, which can be installed through apt, conda, docker, spack or manually, see: DOLFINx installation instructions for details

Once you have DOLFINx installed, install a compatible version of Oasisx:

  • python3 -m pip install oasisx (compatible with version 0.7.2 of DOLFINx)
  • python3 -m pip install git+https://github.com/computationalPhysiology/oasisx@main (compatible with version the main branch of DOLFINx)