Changeset 3063
- Timestamp:
- Jun 5, 2006, 9:47:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_user_manual.tex
r3061 r3063 44 44 \settimeformat{oclock} % Verbose 45 45 \date{\today, \ \currenttime} 46 \hyphenation{set\_datadir}46 %\hyphenation{set\_datadir} 47 47 48 48 \ifhtml … … 1238 1238 Module: \module{pyvolution.domain} 1239 1239 1240 Returns the data directory set by \code{set\_datadir} or, if \code{set\_datadir} has not 1240 Returns the data directory set by \code{set_datadir} or, 1241 if \code{set_datadir} has not 1241 1242 been run, returns the value \code{default_datadir} specified in 1242 1243 \code{config.py}. … … 1251 1252 1252 1253 \begin{funcdesc} {set_default_order}{n} 1253 Sets the default (spatial) order to the value specified by \code{n), which must be either 1 or 1254 2. (Assigning any other value to \code{n} will cause an error.) 1254 Sets the default (spatial) order to the value specified by 1255 \code{n}, which must be either 1 or 2. (Assigning any other value 1256 to \code{n} will cause an error.) 1255 1257 \end{funcdesc} 1256 1258 … … 2154 2156 2155 2157 \begin{funcdesc}{separate_points_by_polygon}{points, polygon, 2156 closed = True, verbose = False}\indexedcode{separate_points_by_polygon} 2158 closed = True, verbose = False} 2159 \indexedcode{separate_points_by_polygon} 2157 2160 Module: \code{utilities.polygon} 2158 2161 … … 2179 2182 coordinates along with named attribute values. 2180 2183 2181 \declaremodule{geospatial_data} 2182 2183 \begin{classdesc}{Geospatial_data}{data_points = None, 2184 attributes = None, 2185 geo_reference = None, 2186 default_attribute_name = None, 2187 file_name = None} 2184 %FIXME (Ole): This gives a LaTeX error 2185 %\declaremodule{standard}{geospatial_data} 2186 %\refmodindex{geospatial_data} 2187 2188 2189 2190 \begin{classdesc}{Geospatial_data} 2191 {data_points = None, 2192 attributes = None, 2193 geo_reference = None, 2194 default_attribute_name = None, 2195 file_name = None} 2188 2196 2189 2197 Create instance from data points and associated attributes … … 2360 2368 \indexedbold{Manning friction coefficient} & &\\ 2361 2369 2362 \indexedbold{mesh} & Triangulation of domain & &\\2370 \indexedbold{mesh} & Triangulation of domain &\\ 2363 2371 2364 2372 \indexedbold{meshfile} & [generic word for either .tsh or
Note: See TracChangeset
for help on using the changeset viewer.