diff --git a/README.md b/README.md index 1013f3e2d060ea301a08cb37484d40dfb3f5828f..0cd74cdaa8a7ee386bf0e95d31208d5b0adf9f41 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,17 @@ Hermite-Laguerre Z-pinch solver (2020) Goal : Write the MOLI solver in Fortran and include a non linear Poisson bracket term to it. Roadmap : + 0) Write MOLI matlab solver in Fortran using Monli1D as starting point - 0.1) go from 1D space to 2D fourier and from Hermite basis to Hermite-Laguerre basis <- current stage - 0.2) implement linear Poisson equation in fourier space - 0.3) implement moment hierarchy linear terms - 0.4) implement explicit RK4 time solver - 0.5) Benchmark with MOLI matlab results for Z-pinch + + 0.1) go from 1D space to 2D fourier and from Hermite basis to Hermite-Laguerre basis (Done) + + 0.2) implement linear Poisson equation in fourier space (Done) + + 0.3) implement moment hierarchy linear terms (Done) + + 0.4) RK4 time solver (Done) + + 0.5) Benchmark with MOLI matlab results for Z-pinch <- Current stage 1) Implementation of the non linear Poisson brackets term