Skip to content

BUG: Bad stencil for boundary

The number of ids for a bounday stencil may be 3. Code was accessing id 4 (= -1) even though the count was 3.

Valgrind detected the invalid access.

Merge request reports