Changeset 3068 for documentation/user_manual/anuga_user_manual.tex
- Timestamp:
- Jun 5, 2006, 10:45:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r3066 r3068 83 83 84 84 \begin{abstract} 85 \label{ 85 86 86 87 \noindent \anuga\index{\anuga} is a hydrodynamic modelling tool that … … 1238 1239 Module: \module{pyvolution.domain} 1239 1240 1240 Returns the data directory set by \code{set_datadir} or, 1241 Returns the data directory set by \code{set_datadir} or, 1241 1242 if \code{set_datadir} has not 1242 1243 been run, returns the value \code{default_datadir} specified in … … 1252 1253 1253 1254 \begin{funcdesc} {set_default_order}{n} 1254 Sets the default (spatial) order to the value specified by \code{n}, which must be either 1 or 1255 2. (Assigning any other value to \code{n} will cause an error.) 1255 Sets the default (spatial) order to the value specified by 1256 \code{n}, which must be either 1 or 2. (Assigning any other value 1257 to \code{n} will cause an error.) 1256 1258 \end{funcdesc} 1257 1259 … … 2154 2156 \end{funcdesc} 2155 2157 2156 \begin{funcdesc}{separate_points_by_polygon}{points, polygon, 2157 closed = True, verbose = False} 2158 \begin{funcdesc}{separate_points_by_polygon}{points, polygon, closed = True, verbose = False} 2158 2159 \indexedcode{separate_points_by_polygon} 2159 2160 Module: \code{utilities.polygon} 2161 2162 \end{funcdesc} 2160 2163 2161 2164 \begin{funcdesc}{polygon_area}{polygon} … … 2216 2219 If None, the default is the 'first' 2217 2220 2218 file_name: Name of input NetCDF file or XYAfile. NetCDF file must2219 have dimensions , "points",etc.2221 file_name: Name of input NetCDF file or xya file. NetCDF file must 2222 have dimensions "points" etc. 2220 2223 XYA file is a CVS file with lats(x), longs(y) and elevation(a). 2221 2224 first line must be attribute name eg elevation … … 2340 2343 \chapter{Glossary} 2341 2344 2342 \begin{tabular}{|l|p{ 4cm}|c|} \hline2345 \begin{tabular}{|l|p{10cm}|c|} \hline 2343 2346 \indexedbold{\anuga} & Name of software (joint development between ANU and 2344 2347 GA) &\\ … … 2399 2402 z) &\\ 2400 2403 2401 \indexedbold{ymomentum} & conserved quantity & \\ 2404 \indexedbold{ymomentum} & conserved quantity & \\ \hline 2405 2406 \end{tabular} 2407 2408 \begin{tabular}{|l|p{10cm}|c|} \hline 2402 2409 2403 2410 \indexedbold{resolution} & The maximal area of a triangular cell in a
Note: See TracChangeset
for help on using the changeset viewer.