Ignore:
Timestamp:
Apr 12, 2006, 2:13:01 PM (18 years ago)
Author:
ole
Message:

Added reference to geospatial data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2693 r2708  
    13051305  Module: pyvolution.domain
    13061306
    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.
    13141317
    13151318  You can include \code{evolve} in a statement of the type:
     
    13661369  See \code{Analytical\_solution\_circular\_hydraulic\_jump.py} for an example of use.
    13671370  \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} 
    13681379
    13691380 
Note: See TracChangeset for help on using the changeset viewer.