Changeset 7153


Ignore:
Timestamp:
Jun 3, 2009, 11:51:43 AM (15 years ago)
Author:
rwilson
Message:

Add last of Ole's new words.

File:
1 edited

Legend:

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

    r7138 r7153  
    11661166defined in \file{project.py}.
    11671167
     1168It is not a requirement in \anuga to have this code structure, just an example of
     1169how the script can take different actions depending on a variable.
     1170
    11681171\subsection{Evolution}
    11691172
     
    11751178the slide occurs.  We use the function \function{tsunami_source} to adjust \code{stage}
    11761179values.  We then run the simulation until 5000 seconds with the output stored
    1177 every ten seconds.
     1180every ten seconds:
    11781181
    11791182\begin{verbatim}
     
    12121215This functionality is especially convenient as it allows the detailed
    12131216parts of the simulation to be viewed at higher time resolution.
     1217
     1218This also demonstrates the ability of \anuga to dynamically override values.  The
     1219\code{method add_quantity()} works like \code{set_quantity()} except that it adds the new
     1220surface to what exists already.  In this case it adds the initial shape of the water
     1221displacement to the water level.
    12141222
    12151223\section{Exploring the Model Output}
Note: See TracChangeset for help on using the changeset viewer.