CarpetX icon indicating copy to clipboard operation
CarpetX copied to clipboard

unify values used for cell/vertex centering in AMReX and CarpetX

Open rhaas80 opened this issue 2 years ago • 0 comments

Currently AMReX's CELL and VERTEX enums are 0 and 1 while CarpetX using 1 and 0 for cell and vertex centered data (user visible in loop<IDXTYPE, IDYTYPE, IDZTYPE> templates).

To avoid confusion this should be made uniform among the library and its client code.

rhaas80 avatar Apr 12 '23 16:04 rhaas80