Changeset 2499
- Timestamp:
- Mar 8, 2006, 6:08:36 PM (19 years ago)
- Location:
- documentation/user_manual
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2497 r2499 14 14 15 15 16 17 \documentclass{manual} 18 19 \usepackage{graphicx} 16 20 \input{definitions} 17 18 19 \documentclass{manual}20 21 21 22 \title{\anuga User Manual} … … 212 213 that describes each step of the program and explains it significance. 213 214 214 \verbatiminput{examples/bedslope .py}215 \verbatiminput{examples/bedslope_physical.py} 215 216 216 217 \subsection{Establishing the Mesh} … … 436 437 \item{from a Linux command line} as in \code{python bedslope.py} 437 438 \end{itemize} 439 440 441 \section{Exploring the model output} 442 443 blablabal Figure \ref{fig:bedslope start} shows the 444 Figure \ref{fig:bedslope2} shows later snapshots... 445 446 447 448 \begin{figure}[hbt] 449 450 \centerline{ \includegraphics[width=75mm, height=75mm]{examples/bedslopestart.eps}} 451 452 \caption{Bedslope example viewed with Swollen.} 453 \label{fig:bedslope start} 454 \end{figure} 455 456 457 \begin{figure}[hbt] 458 459 \centerline{ 460 \includegraphics[width=75mm, height=75mm]{examples/bedslopeduring.eps} 461 \includegraphics[width=75mm, height=75mm]{examples/bedslopeend.eps} 462 } 463 464 \caption{Bedslope example viewed with Swollen.} 465 \label{fig:bedslope2} 466 \end{figure} 467 468 469 470 471 \clearpage 438 472 439 473 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset
for help on using the changeset viewer.