https://github.com/projecttorreypines/chease.jl
CHEASE implemented in Julia
https://github.com/projecttorreypines/chease.jl
Last synced: 5 months ago
JSON representation
CHEASE implemented in Julia
- Host: GitHub
- URL: https://github.com/projecttorreypines/chease.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2022-06-20T22:19:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T18:59:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T21:06:10.908Z (almost 2 years ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/CHEASE.jl/dev/
- Size: 4.86 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CHEASE.jl
Julia wrapper for the CHEASE fixed boundary equilibrium solver (https://gitlab.epfl.ch/spc/chease.git)
## Compile CHEASE executable
```
mamba install -c conda-forge gfortran
git clone https://gitlab.epfl.ch/spc/chease.git
cd chease/src-f90
make chease
```
## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/CHEASE.jl/dev).
