Changeset 2319
- Timestamp:
- Feb 1, 2006, 4:53:06 PM (19 years ago)
- Location:
- inundation/pyvolution
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/domain.py
r2272 r2319 366 366 """Output statistics about boundary forcing at each timestep 367 367 368 Example 368 369 Input: 370 quantities: either None, a string or a list of strings naming the quantities to be reported 371 tags: either None, a string or a list of strings naming the tags to be reported 372 373 374 Example output: 369 375 Tag 'wall': 370 376 stage in [2, 5.5] … … 373 379 Tag 'ocean' 374 380 375 quantities and tags can be either None, a string or a list of strings376 381 377 382 If quantities are specified only report on those. Otherwise take all conserved quantities. -
inundation/pyvolution/pmesh2domain.py
r2056 r2319 42 42 """ 43 43 """ 44 #FIXME: If this is part of the public interface it needs a good docstring! 45 44 46 import sys 45 47 from domain import Domain
Note: See TracChangeset
for help on using the changeset viewer.