Changeset 2747
- Timestamp:
- Apr 21, 2006, 4:47:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r2745 r2747 239 239 significance. 240 240 241 %\verbatiminput{examples/bedslopephysical.py}242 \verbatiminput{examples/bedslope.py}241 \verbatiminput{examples/bedslopephysical.py} 242 %\verbatiminput{examples/bedslope.py} 243 243 244 244 \subsection{Establishing the Mesh} … … 496 496 497 497 \begin{itemize} 498 \item{from a Windows command line} as in \code e{python bedslopephysical.py}498 \item{from a Windows command line} as in \code{python bedslopephysical.py} 499 499 \item{within the Python IDLE environment} 500 500 \item{within emacs} … … 1008 1008 1009 1009 1010 \subsection{ Setters and getters of classDomain}1010 \subsection{Key Methods of Domain} 1011 1011 1012 1012 \begin{funcdesc} {set\_name}{name} … … 1066 1066 1067 1067 %%%%%% 1068 \section{ Setting Quantities}1068 \section{Initial Conditions} 1069 1069 1070 1070 \begin{funcdesc}{set\_quantity}{name, … … 1354 1354 \subsection{Diagnostics} 1355 1355 1356 \begin{funcdesc}{timestepping_statistics}{???} 1356 \begin{funcdesc}{timestepping_statistics}{} 1357 Module: \module{pyvolution.domain} 1358 1357 1359 1358 1360 \end{funcdesc} 1359 1361 1360 1362 1361 \begin{funcdesc}{boundary\_statistics}{???} 1363 \begin{funcdesc}{boundary\_statistics}{quantities = None, tags = None} 1364 Module: \module{pyvolution.domain} 1365 1362 1366 1363 1367 \end{funcdesc} 1364 1368 1365 1369 1366 \begin{funcdesc}{get_quantity}{ ???}1370 \begin{funcdesc}{get_quantity}{name, location='vertices', indices = None} 1367 1371 Module: \module{pyvolution.domain} 1368 1372 Allow access to individual quantities and their methods … … 1371 1375 1372 1376 1373 \begin{funcdesc}{get_values}{ ???}1377 \begin{funcdesc}{get_values}{location='vertices', indices = None} 1374 1378 Module: \module{pyvolution.quantity} 1375 1379 … … 1379 1383 1380 1384 1381 \begin{funcdesc}{get_integral}{ ???}1385 \begin{funcdesc}{get_integral}{} 1382 1386 Module: \module{pyvolution.quantity} 1383 1387 … … 1498 1502 \subsection{Basic file conversions} 1499 1503 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'} 1501 1519 Module: \module{pyvolution.data\_manager} 1502 1520 … … 1506 1524 1507 1525 \begin{funcdesc}{dem2pts}{???} 1508 Module: \module{pyvolution.data _manager}1526 Module: \module{pyvolution.data\_manager} 1509 1527 1510 1528
Note: See TracChangeset
for help on using the changeset viewer.