Handle unused boundary nodes correctly
Compare changes
- Ansgar Burchardt authored
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: #55
@@ -322,8 +322,12 @@ createGrid()