Changeset 2449


Ignore:
Timestamp:
Feb 27, 2006, 12:19:12 PM (19 years ago)
Author:
duncan
Message:

Description of second basic example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2439 r2449  
    489489\section{An Example with Real Data}
    490490
    491 The following discussion builds on the \code{bedslope.py} example and
    492 shows how, using the same basic outline, we can incorporate many more
     491The following discussion builds on the concepts introduced through \code{bedslope.py}
     492example and introduces a second example, \code{run_sydney_smf.py}, that follows
     493the same basic outline, but incorporates many more
    493494complex features.
    494495
    495 The chief difference is in the method used to create the mesh. Instead of imposing a mesh
     496The chief difference is that data is taken from a file and represents an actual physical
     497scenario rather than an illustrative example. However a different
     498method is used to create the mesh. Instead of imposing a mesh
    496499structure on a rectangular grid, the technique used for this example involves building
    497500mesh structures inside polygons.
     
    516519specify a number of interior polygons which are triangulated
    517520separately, possibly using different resolutions.  See Figure XXX.
     521
     522As before, we start by including
    518523
    519524
Note: See TracChangeset for help on using the changeset viewer.