From 6dab55ce53b9e036cb3d01e1b9373dd75985abe9 Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Fri, 12 Jun 2020 17:34:10 +0200
Subject: [PATCH] put a short description and a roadmap draft

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8fafee5a..1013f3e2 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,13 @@
-HeLaz (2020)
\ No newline at end of file
+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
+
+1) Implementation of the non linear Poisson brackets term  
-- 
GitLab