-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The input script as an example in the documentation doesn't work (https://hipace.readthedocs.io/en/stable/run/inputs_lwfa.html).
Here the error that I got:
amrex::Abort::6::DEPRECATED INPUT ERROR:
Input parameter geometry.is_periodic no longer supported.
See boundary.field and boundary.particle instead (more info in the documentation).
To directly replace geometry.is_periodic = 1 1 1 use:
boundary.field = Periodic
boundary.particle = Periodic
However it's usually better to instead use:
boundary.field = Dirichlet
boundary.particle = Periodic
or:
boundary.field = Dirichlet
boundary.particle = Reflecting
To replace geometry.is_periodic = 0 0 0 use:
boundary.field = Dirichlet
boundary.particle = Absorbing
!!!
SIGABRT
Metadata
Metadata
Assignees
Labels
No labels