-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
181 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Authors | ||
|
||
Fluidsim has first been developed by | ||
[Pierre Augier](http://www.legi.grenoble-inp.fr/people/Pierre.Augier/) (CNRS | ||
researcher at [LEGI](http://www.legi.grenoble-inp.fr), Grenoble) at KTH | ||
(Stockholm) as a numerical code to solve fluid equations in a periodic | ||
two-dimensional space with pseudo-spectral methods. | ||
|
||
Fluidsim has been greatly improved during Ashwin Vishnu PhD at KTH (Stockholm). | ||
|
||
The main contributors are: | ||
|
||
- [Pierre Augier (LEGI, CNRS, UGA)](http://www.legi.grenoble-inp.fr/people/Pierre.Augier) | ||
- [Ashwin Vishnu (KTH)](https://www.mech.kth.se/mech/info_staff.xhtml?ID=381) | ||
- [Cyrille Bonamy (LEGI, CNRS, UGA)](http://www.legi.grenoble-inp.fr/web/spip.php?auteur223) | ||
- [Miguel Calpe Linares (LEGI, CNRS, UGA)](http://www.legi.grenoble-inp.fr/web/spip.php?auteur328) | ||
- [Jason Reneuve (ENS Lyon)](http://www.ens-lyon.fr/PHYSIQUE/presentation/anciens/reneuve-jason) | ||
- Antoine Bardant (LEGI) | ||
- [Vincent Labarre](https://www.researchgate.net/profile/Vincent-Labarre) | ||
([OCA](https://www.oca.eu/fr/fluid)) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../AUTHORS.md |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Examples | ||
|
||
```{toctree} | ||
--- | ||
maxdepth: 2 | ||
--- | ||
examples/running-simul-onlineplot | ||
examples/running-simul-cluster | ||
examples/running-simul-restart | ||
examples/init-fields-in-script | ||
examples/init-fields-in-script-3d | ||
examples/forcing-in-script | ||
examples/static-layers | ||
ipynb/executed/taylor-green | ||
``` | ||
|
||
There are more interesting examples in | ||
<https://foss.heptapod.net/fluiddyn/fluidsim/tree/branch/default/doc/examples>! |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.