Changeset 2499


Ignore:
Timestamp:
Mar 8, 2006, 6:08:36 PM (18 years ago)
Author:
ole
Message:

Added converted bedslope graphics

Location:
documentation/user_manual
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2497 r2499  
    1414
    1515
     16
     17\documentclass{manual}
     18
     19\usepackage{graphicx}
    1620\input{definitions}
    17 
    18 
    19 \documentclass{manual}
    2021
    2122\title{\anuga User Manual}
     
    212213that describes each step of the program and explains it significance.
    213214
    214 \verbatiminput{examples/bedslope.py}
     215\verbatiminput{examples/bedslope_physical.py}
    215216
    216217\subsection{Establishing the Mesh}
     
    436437  \item{from a Linux command line} as in \code{python bedslope.py}
    437438\end{itemize}
     439
     440
     441\section{Exploring the model output}
     442
     443blablabal Figure \ref{fig:bedslope start} shows the
     444Figure \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
    438472
    439473%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.