-
- Downloads
Starting playground for dedalus+pySDC (#472)
* TL: started dedalus playground * TL: main coupling done, need to adapt to new dedalus version * TL: first working version * TL: still need to solve problem with non-linear term * TL: working version for one-level sweeps * TL: minor changes * TL: starting cleaning * TL: adapted implementation to qmat switch * TL: updated SDC version to be more efficient and allow variable sweeps * TL: merged all sdc files into one * TL: added mpi space-time communicator * TL: minor debug * TL: preparing for release * TL: added RBC script * TL: correcting a minor mistake
Showing
- pySDC/playgrounds/dedalus/.gitignore 1 addition, 0 deletionspySDC/playgrounds/dedalus/.gitignore
- pySDC/playgrounds/dedalus/README.md 134 additions, 0 deletionspySDC/playgrounds/dedalus/README.md
- pySDC/playgrounds/dedalus/advection.py 95 additions, 0 deletionspySDC/playgrounds/dedalus/advection.py
- pySDC/playgrounds/dedalus/burger.py 124 additions, 0 deletionspySDC/playgrounds/dedalus/burger.py
- pySDC/playgrounds/dedalus/burger_ref.py 92 additions, 0 deletionspySDC/playgrounds/dedalus/burger_ref.py
- pySDC/playgrounds/dedalus/demo.py 87 additions, 0 deletionspySDC/playgrounds/dedalus/demo.py
- pySDC/playgrounds/dedalus/demo_advection.png 0 additions, 0 deletionspySDC/playgrounds/dedalus/demo_advection.png
- pySDC/playgrounds/dedalus/mpi.py 96 additions, 0 deletionspySDC/playgrounds/dedalus/mpi.py
- pySDC/playgrounds/dedalus/problem.py 213 additions, 0 deletionspySDC/playgrounds/dedalus/problem.py
- pySDC/playgrounds/dedalus/rayleighBenardSDC.py 118 additions, 0 deletionspySDC/playgrounds/dedalus/rayleighBenardSDC.py
- pySDC/playgrounds/dedalus/sdc.py 616 additions, 0 deletionspySDC/playgrounds/dedalus/sdc.py
- pySDC/playgrounds/dedalus/sweeper.py 161 additions, 0 deletionspySDC/playgrounds/dedalus/sweeper.py
Loading
Please register or sign in to comment