Open
Description
For pyAMReX' MultiFab
, we can overload the operators +=
*=
/=
, etc. to call the underlying optimized, element-wise AMReX functions.
Similar for [...]
and other set-all ellipsis, we should specialize to AMReX' setVal
.
@RemiLehe @roelof-groenewald @dpgrote @atmyers et al.: should we always operate on valid and guard cells for those?