G5YK5XPAF3J4FR4T2BCM7PZL2KDNPDSEYXXMKKIDKZDF4HJGLJWQC
3QWZBYJLGJFSLSL2ZG4JVCSUGF73TQJNPHV3MRMIIBUA7XNUU7NAC
722HZ7UFINNE3YKSYKP2NHZ5XEG5QQLQHSKC7PREJZR3EX6RDYUAC
const auto &geom = ghext->amrcore->Geom(leveldata.level);
// Periodic boundaries require (num interior points) >= (num ghost points) for (int d = 0; d < dim; ++d) if (geom.isPeriodic(d)) assert(geom.Domain().length(d) >= groupdata.nghostzones[d]);
// Periodic boundaries require (num interior points) >= (num ghost points)
for (int d = 0; d < dim; ++d)
if (geom.isPeriodic(d))
assert(geom.Domain().length(d) >= groupdata.nghostzones[d]);