Do not interpolate from buffer zones

Issue #1067 closed
Erik Schnetter created an issue

When interpolating, Carpet currently results results using information from buffer points. This should not be the case.

To remedy this, in gh.cc::locate_position, after searching the superregions, check with dh.hh:level_dboxes::active whether the point is within a buffer region, and if so, use the next coarser grid instead.

Keyword:

Comments (2)

  1. Log in to comment