BOUT-dev icon indicating copy to clipboard operation
BOUT-dev copied to clipboard

FCI and checking

Open dschwoerer opened this issue 4 years ago • 1 comments

Currently checking (CHECK >= 3) because the ynext fields are shifted by the offset in y direction. The default checking however is RGN_NOBNDRY.

I am not sure what the best approach is:

  • Store the valid region in the field for checkData()
  • Do not shift if ynext is a different field, that way RGN_NOBNDRY is valid for all parallel slices
  • Never run with debugging

First is easy, second could allow to drop the y boundaries, as they are never used (as far as I can tell)

@bshanahan any thoughts?

dschwoerer avatar Apr 29 '21 12:04 dschwoerer

I guess option 1 is the best, but this is more a question for @ZedThree

bshanahan avatar Apr 29 '21 13:04 bshanahan