Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computationalphysiology/oasisx
Next generation Open Source Navier Stokes solver using FEniCSx
https://github.com/computationalphysiology/oasisx
Last synced: about 2 months ago
JSON representation
Next generation Open Source Navier Stokes solver using FEniCSx
- Host: GitHub
- URL: https://github.com/computationalphysiology/oasisx
- Owner: ComputationalPhysiology
- License: mit
- Created: 2022-09-27T07:58:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T08:43:59.000Z (3 months ago)
- Last Synced: 2024-11-01T09:28:38.368Z (3 months ago)
- Language: Python
- Homepage: https://computationalphysiology.github.io/oasisx
- Size: 390 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Oasisx
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ComputationalPhysiology/oasisx/main)
[![MIT License](https://img.shields.io/github/license/computationalphysiology/oasisx)](LICENSE)The documentation for this repository can be found [here](https://computationalphysiology.github.io/oasisx).
## Installation
### Requirements
[DOLFINx](https://github.com/FEniCS/dolfinx/), which can be installed through apt, conda, docker, spack or manually, see: [DOLFINx installation instructions](https://github.com/FEniCS/dolfinx/#installation) 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