Skip to content

ALaDyn v2020.1

Compare
Choose a tag to compare
@titoiride titoiride released this 14 Jan 13:35
· 78 commits to master since this release
f94b7b7

New version features

  • Physics

    • Envelope model has been deeply tested and validated Terzani, Londrillo, CPC, 2019
    • Fluid scheme is now robust and also tested
    • Hybrid scheme (PIC particles on a fluid background) can be used for LWFA
    • Bunch injection for PWFA has been restored (it was broken) and integrated in the main cycle, so it can be implied both as a driver and as a witness in a LWFA scheme
    • The transverse stretched grid is fully working for LWFA (still beta for bunch injection)
  • Code

    • Code has been reformulated using smaller source files
    • Calls to external libraries have been updated
    • Add a FORD documentation that should be gradually extended
    • More intensive use of intrinsic functions to help automatic code vectorization
    • Parallelization along the x direction has been fixed
    • Code has been modernized where possible
    • A lot of bugs fixed