Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.02 KB

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.8.0 of DOLFINx)
  • python3 -m pip install git+https://github.com/computationalPhysiology/oasisx@main (compatible with version the main branch of DOLFINx)

Other version compatability

  • oasisx v1.0.0 is compatible with DOLFINx v0.7.x
  • The main branch of oasisx aim to be compatible with the main branch of DOLFINx