cca57d5ab0
Incorrect tau in electrostatic pushers
...
During the improve performant step, an error in the electrostatic
pushers was introduced, resulting in these using the minimum time step
and not the species time step when calculating the acceleration.
2023-01-13 15:32:25 +01:00
7ce1b7a4dd
Reducing overhead when no collisions are present
...
Particles are added to lists only if there are MCC collisions. Hopefully
this will reduce overhead when OpenMP is used and no collisions are
active.
2023-01-07 12:12:37 +01:00
2486ef6316
Reduction in pushing
...
Reduction in 10-20% of time spend in pushing in 2DCyl thanks to
rewriting fPsi and dPsi.
2023-01-05 16:47:13 +01:00
d9a1869564
Reorganization of solver
...
I started grouping similar modules in subfolders to ease the expansion
process.
2022-12-24 12:59:23 +01:00