# File structures/Boundaries.rb, line 36
  def initialize(parentCell=nil,u0=0,u1=1)
    @parentCell = parentCell
    @u0 = u0
    @u1 = u1
  end