Changeset 2747


Ignore:
Timestamp:
Apr 21, 2006, 4:47:26 PM (19 years ago)
Author:
howard
Message:

Minor additions to Chap 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2745 r2747  
    239239significance.
    240240
    241 %\verbatiminput{examples/bedslopephysical.py}
    242 \verbatiminput{examples/bedslope.py}
     241\verbatiminput{examples/bedslopephysical.py}
     242%\verbatiminput{examples/bedslope.py}
    243243
    244244\subsection{Establishing the Mesh}
     
    496496
    497497\begin{itemize}
    498   \item{from a Windows command line} as in \codee{python bedslopephysical.py}
     498  \item{from a Windows command line} as in \code{python bedslopephysical.py}
    499499  \item{within the Python IDLE environment}
    500500  \item{within emacs}
     
    10081008
    10091009
    1010 \subsection{Setters and getters of class Domain}
     1010\subsection{Key Methods of Domain}
    10111011
    10121012\begin{funcdesc} {set\_name}{name}
     
    10661066
    10671067%%%%%%
    1068 \section{Setting Quantities}
     1068\section{Initial Conditions}
    10691069
    10701070\begin{funcdesc}{set\_quantity}{name,
     
    13541354\subsection{Diagnostics}
    13551355
    1356   \begin{funcdesc}{timestepping_statistics}{???}
     1356  \begin{funcdesc}{timestepping_statistics}{}
     1357  Module: \module{pyvolution.domain}
     1358
    13571359
    13581360  \end{funcdesc}
    13591361
    13601362
    1361   \begin{funcdesc}{boundary\_statistics}{???}
     1363  \begin{funcdesc}{boundary\_statistics}{quantities = None, tags = None}
     1364  Module: \module{pyvolution.domain}
     1365
    13621366
    13631367  \end{funcdesc}
    13641368
    13651369
    1366   \begin{funcdesc}{get_quantity}{???}
     1370  \begin{funcdesc}{get_quantity}{name, location='vertices', indices = None}
    13671371  Module: \module{pyvolution.domain}
    13681372  Allow access to individual quantities and their methods
     
    13711375
    13721376
    1373   \begin{funcdesc}{get_values}{???}
     1377  \begin{funcdesc}{get_values}{location='vertices', indices = None}
    13741378  Module: \module{pyvolution.quantity}
    13751379
     
    13791383
    13801384
    1381   \begin{funcdesc}{get_integral}{???}
     1385  \begin{funcdesc}{get_integral}{}
    13821386  Module: \module{pyvolution.quantity}
    13831387
     
    14981502\subsection{Basic file conversions}
    14991503
    1500   \begin{funcdesc}{sww2dem}{???}
     1504  \begin{funcdesc}{sww2dem}{basename_in, basename_out = None,
     1505            quantity = None,
     1506            timestep = None,
     1507            reduction = None,
     1508            cellsize = 10,
     1509            NODATA_value = -9999,
     1510            easting_min = None,
     1511            easting_max = None,
     1512            northing_min = None,
     1513            northing_max = None,
     1514            expand_search = False, #To avoid intractable situations (This will be fixed when least_squares gets redesigned)
     1515            verbose = False,
     1516            origin = None,
     1517            datum = 'WGS84',
     1518        format = 'ers'}
    15011519  Module: \module{pyvolution.data\_manager}
    15021520
     
    15061524
    15071525  \begin{funcdesc}{dem2pts}{???}
    1508   Module: \module{pyvolution.data_manager}
     1526  Module: \module{pyvolution.data\_manager}
    15091527
    15101528
Note: See TracChangeset for help on using the changeset viewer.