Changeset 5090


Ignore:
Timestamp:
Feb 28, 2008, 3:32:35 PM (16 years ago)
Author:
ole
Message:

Added information on georeferencing to Polygon_function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r5088 r5090  
    34593459  list.
    34603460  %FIXME (Howard): CAN x, y BE VECTORS?
     3461  The optional parameter geo\_reference refers to the status of points
     3462  that are passed into the function. Typically they will be relative to
     3463  some origin. In ANUGA, a typical call will take the form:
     3464  {\small \begin{verbatim}
     3465     set_quantity('elevation',
     3466                  Polygon_function([(P1, v1), (P2, v2)],
     3467                                   default=v3,
     3468                                   geo_reference=domain.geo_reference))
     3469  \end{verbatim}}
     3470 
    34613471
    34623472  \end{classdesc}
Note: See TracChangeset for help on using the changeset viewer.