Ignore:
Timestamp:
Dec 1, 2004, 4:36:33 PM (20 years ago)
Author:
ole
Message:

Refactoring boundary structure to allow None Boundary object for internal boundaries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_generic_boundary_conditions.py

    r625 r648  
    9191        domain.set_boundary( {default_boundary_tag: T} )
    9292
    93         assert len(domain.boundary) == len(domain.boundary_segments)
    94         assert len(domain.boundary_objects) == len(domain.boundary_segments)
     93
     94        #FIXME: should not necessarily be true always.
     95        #E.g. with None as a boundary object.
     96        assert len(domain.boundary) == len(domain.boundary_objects)
    9597
    9698        q = T.evaluate(0, 2)  #Vol=0, edge=2
Note: See TracChangeset for help on using the changeset viewer.