mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
27 lines
601 B
Markdown
27 lines
601 B
Markdown
# Vlasov-Poisson model solver
|
|
|
|
This simulation of the Vlasov-Poisson system dimensions uses
|
|
|
|
- [NuFI algorithm](https://doi.org/10.1002/pamm.202300162)
|
|
- [deal.ii](https://dealii.org/) FEM package
|
|
|
|
______________________________________________________________________
|
|
|
|
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
|