Changeset 2289


Ignore:
Timestamp:
Jan 25, 2006, 5:36:11 PM (19 years ago)
Author:
ole
Message:

Tidy tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/AnuGA_user_manual.tex

    r2285 r2289  
    177177#Create shallow water domain
    178178domain = Domain(points, vertices,boundary)
    179 domain.smooth = False domain.visualise = False
    180 domain.store = True domain.filename = 'bedslope'
    181 domain.default_order = 2
     179domain.set_name('bedslope')
     180
    182181
    183182#######################
     
    271270class of the same name in the module \texttt{domain}, and inherits
    272271some 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]}
     272shallow-water scenarios in which it is used. Specific options for domain
     273are set at this point. One of them are to set the basename for the output file
    276274
    277275{\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')
    283277\end{verbatim}}
    284278
Note: See TracChangeset for help on using the changeset viewer.