SmileiPIC / Smilei

Particle-in-cell code for plasma simulation
https://smileipic.github.io/Smilei
335 stars 119 forks source link

Error message in 1Dcartesian #683

Closed Z10Frank closed 8 months ago

Z10Frank commented 9 months ago

Following is a bug report from @tmiethlinger in the code chat:

"I get the following error in my smilei simulations:

 [ERROR](0) src/PartCompTime/PartCompTimeFactory.h:73 (create)
 A probem was found in the namelist:
 > Unknwon parameters setting the particle computing time evaluation operator: 1Dcartesian, Order : 4

if I include particle collisions (any pair of species) to my 1Dcartesian, 4th-order particle shape simulations. It works with 2nd-order particles, or 4th-order particles without collisions."

mccoys commented 8 months ago

@tmiethlinger Please do not use adaptive vectorization in 1D. It is not available yet.

mccoys commented 8 months ago

This is in fact a duplicate of #428