Handle unused boundary nodes correctly
Compare changes
@@ -322,8 +322,12 @@ createGrid()
For "unused" boundary nodes the special value -1
is used. Mapping
this through isBoundaryNode[-1]
would result in an out-of-bounds
memory access and invalid values in the vertices_c_style
array.
Closes: #54 (closed), #55 (closed)