Changeset 2600
- Timestamp:
- Mar 27, 2006, 6:55:32 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2574 r2600 216 216 that describes each step of the program and explains it significance. 217 217 218 \verbatiminput{examples/bedslopephysical.py} 218 %\verbatiminput{examples/bedslopephysical.py} 219 \verbatiminput{examples/bedslope.py} 219 220 220 221 \subsection{Establishing the Mesh} … … 484 485 \begin{figure}[hbt] 485 486 486 \centerline{ \includegraphics[width=75mm, height=75mm]{examples/bedslopestart.eps}}487 % \centerline{ \includegraphics[width=75mm, height=75mm]{examples/bedslopestart.eps}} 487 488 488 489 \caption{Bedslope example viewed with Swollen} … … 494 495 495 496 \centerline{ 496 \includegraphics[width=75mm, height=75mm]{examples/bedslopeduring.eps}497 \includegraphics[width=75mm, height=75mm]{examples/bedslopeend.eps}497 % \includegraphics[width=75mm, height=75mm]{examples/bedslopeduring.eps} 498 % \includegraphics[width=75mm, height=75mm]{examples/bedslopeend.eps} 498 499 } 499 500 … … 1132 1133 \section{Evolution} 1133 1134 1134 \begin{funcdesc}{evolve}{???} 1135 \begin{funcdesc}{evolve}{yieldstep = None, finaltime = None, duration = None, skip_initial_step = False} 1136 1137 Module: pyvolution.domain 1138 1139 This function (a method of \code{domain}) is invoked once all the preliminary steps have been 1140 taken, and causes the model to progress through a successive steps in its evolution, during 1141 which quantities are progressively recalculated and the domain may be modified. The user specifies 1142 the time period over which the evolution is to take place, by specifying values (in seconds) for either 1143 \code{duration} or \code{finaltime}, as well as the interval in seconds after which results are to be 1144 stored and statistics output. 1145 1146 You can include \code{evolve} in a statement of the type: 1147 1148 {\small \begin{verbatim} 1149 for t in domain.evolve(yieldstep, finaltime): 1150 <Do something with domain and t> 1151 \end{verbatim}} 1135 1152 1136 1153 \end{funcdesc}
Note: See TracChangeset
for help on using the changeset viewer.