Files
NuFI_deal.ii/README.md
T
VCB Ferreira 48723e7619 slight change to eval_f s
Also added dependencies and instruction to README
2026-08-08 14:35:54 +02:00

1.2 KiB

Vlasov-Poisson model solver

This simulation of the Vlasov-Poisson system dimensions uses


How to use

Dependencies:

After cloning the repo to your machine cd into it and run:

mkdir -p build; cd build/
cmake ..
make
cd ..

Then check/change parameters.lua and run with ./build/nufi_poisson. If you want to run with a FlameGraph visualization at the end use ./run.


Further description

dimensions: 1x1v

status: builds, runs

notes:

  • -O3 compile flag accelerated runtime about 100x
  • Locator not optimized for 1d.
  • Works for higher dimensions (to be tested)
  • locator up to O(dim * Max_depth)

to-do:

  • add ions
  • for 1x2v add electro-magnetic
  • test other f0 s
  • test longer simulations with more plotted points