Changeset 2289
- Timestamp:
- Jan 25, 2006, 5:36:11 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/AnuGA_user_manual.tex
r2285 r2289 177 177 #Create shallow water domain 178 178 domain = Domain(points, vertices,boundary) 179 domain.smooth = False domain.visualise = False 180 domain.store = True domain.filename = 'bedslope' 181 domain.default_order = 2 179 domain.set_name('bedslope') 180 182 181 183 182 ####################### … … 271 270 class of the same name in the module \texttt{domain}, and inherits 272 271 some methods from the generic class but has others specific to the 273 shallow-water scenarios in which it is used. The following lines 274 set certain key options governing the domain: \emph{[more details 275 of what these do]} 272 shallow-water scenarios in which it is used. Specific options for domain 273 are set at this point. One of them are to set the basename for the output file 276 274 277 275 {\scriptsize \begin{verbatim} 278 domain.smooth = False 279 domain.visualise = False 280 domain.store = True 281 domain.filename = 'bedslope' 282 domain.default_order = 2 276 domain.set_name('bedslope') 283 277 \end{verbatim}} 284 278
Note: See TracChangeset
for help on using the changeset viewer.