Skip to content

Commit

Permalink
Add Automatic Documentation Website
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt authored Sep 26, 2024
1 parent fea627e commit f64addc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# stella

![Github Actions badge](https://github.com/stellaGK/stella/actions/workflows/tests.yml/badge.svg)
[![Check stella](https://github.com/stellaGK/stella/actions/workflows/check_stella.yml/badge.svg)](https://github.com/stellaGK/stella/actions/workflows/check_stella.yml)

stella solves the gyrokinetic-Poisson system of equations in the local limit
using an operator-split, implicit-explicit numerical scheme. It is capable of
evolving electrostatic fluctuations with fully kinetic electrons and an
arbitrary number of ion species in general magnetic geometry, including
stellarators.

Automatic documentation is created based on the `stella` code, however this is a work in progress.

https://stellagk.github.io/stella/

<br>

## Table of contents
* [Dependencies](#dependencies)
Expand All @@ -19,6 +24,8 @@ stellarators.
+ [Numerical tests](#numerical-tests)


<br>

## Dependencies

stella requires MPI, and has several optional dependencies:
Expand All @@ -28,6 +35,7 @@ stella requires MPI, and has several optional dependencies:
- LAPACK


<br>

## Installation and Compilation

Expand Down Expand Up @@ -133,6 +141,8 @@ make clean-submodules # clean + remove git_version, neasyf and pFUnit folders
make distclean # clean + remove stelle executable + invoke clean on pFUnit
```

<br>

## Verification of stella output

Automated python tests are available to test the output of stella.
Expand Down

0 comments on commit f64addc

Please sign in to comment.