- Timestamp:
- Dec 1, 2004, 4:36:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/test_generic_boundary_conditions.py
r625 r648 91 91 domain.set_boundary( {default_boundary_tag: T} ) 92 92 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) 95 97 96 98 q = T.evaluate(0, 2) #Vol=0, edge=2
Note: See TracChangeset
for help on using the changeset viewer.