# A box with eight vertices in 2D, no attributes, one boundary marker. # # Licensing: # # This code is distributed under the GNU LGPL license. # # Modified: # # 03 June 2012 # 8 2 0 1 # Outer box has these vertices: 1 0 0 0 2 0 3 0 3 3 0 0 4 3 3 33 # A special marker for this vertex. # Inner square has these vertices: 5 1 1 0 6 1 2 0 7 2 1 0 8 2 2 0 # Five segments with boundary markers. 5 1 1 1 2 5 # Left side of outer box. # Square hole has these segments: 2 5 7 0 3 7 8 0 4 8 6 10 5 6 5 0 # One hole in the middle of the inner square. 1 1 1.5 1.5