From 78ec6da2d0ded9a7df024c3c8c275978f92a306d Mon Sep 17 00:00:00 2001 From: "Vasco C. B. Ferreira" Date: Wed, 11 Mar 2026 14:20:27 +0100 Subject: [PATCH] REAME init --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..87e4344 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Vlasov-Poisson model solver + +This simulation of the Vlasov-Poisson system in 1x1v dimensions uses +- [NuFI algorithm](doi.org/10.1002/pamm.202300162) +- [deal.ii](https://dealii.org/) FEM package + +--- +Todo: +- Correct dealii solver, check ftilda results to see whats happening +- ...