Changeset 2708 for documentation/user_manual/anuga_user_manual.tex
- Timestamp:
- Apr 12, 2006, 2:13:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2693 r2708 1305 1305 Module: pyvolution.domain 1306 1306 1307 This function (a method of \code{domain}) is invoked once all the preliminaries have been 1308 completed, and causes the model to progress through successive steps in its evolution, storing results and 1309 outputting statistics whenever a user-specified period \code{yieldstep} is completed (generally 1310 during this period the model will evolve through several steps internally). The user specifies 1311 the total time period over which the evolution is to take place, by specifying values (in seconds) for either 1312 \code{duration} or \code{finaltime}, as well as the interval in seconds after which results are to be 1313 stored and statistics output. 1307 This function (a method of \code{domain}) is invoked once all the 1308 preliminaries have been completed, and causes the model to progress 1309 through successive steps in its evolution, storing results and 1310 outputting statistics whenever a user-specified period 1311 \code{yieldstep} is completed (generally during this period the 1312 model will evolve through several steps internally). The user 1313 specifies the total time period over which the evolution is to take 1314 place, by specifying values (in seconds) for either \code{duration} 1315 or \code{finaltime}, as well as the interval in seconds after which 1316 results are to be stored and statistics output. 1314 1317 1315 1318 You can include \code{evolve} in a statement of the type: … … 1366 1369 See \code{Analytical\_solution\_circular\_hydraulic\_jump.py} for an example of use. 1367 1370 \end{funcdesc} 1371 1372 1373 \begin{funcdesc}{Geospatial_data}{???} 1374 Module: \code{geospatial_data.geo_spatial_data} 1375 Creates a georeferenced geospatial data object from either arrays or a file (pts or xya). 1376 1377 Objects of this class can be used with \code{set\_quantity}. 1378 \end{funcdesc} 1368 1379 1369 1380
Note: See TracChangeset
for help on using the changeset viewer.