Changeset 4018
- Timestamp:
- Nov 21, 2006, 1:30:49 PM (18 years ago)
- Location:
- anuga_core/documentation/user_manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4017 r4018 2187 2187 Module: \module{shallow\_water.shallow\_water\_domain} 2188 2188 2189 Return indices for elements where h >minimum_allowed_height2189 Return indices for elements where h $>$ minimum_allowed_height 2190 2190 Optional argument indices is the set of element ids that the operation applies to. 2191 2191 \end{funcdesc} … … 2195 2195 Module: \module{shallow\_water.shallow\_water\_domain} 2196 2196 2197 Return highest elevation where h >0.\\2197 Return highest elevation where h $>$ 0.\\ 2198 2198 Optional argument indices is the set of element ids that the operation applies to.\\ 2199 2199 … … 2206 2206 Module: \module{shallow\_water.shallow\_water\_domain} 2207 2207 2208 Return location (x,y) of highest elevation where h >0.\\2208 Return location (x,y) of highest elevation where h $>$ 0.\\ 2209 2209 Optional argument indices is the set of element ids that the operation applies to.\\ 2210 2210 … … 2217 2217 \section{Other} 2218 2218 2219 \begin{funcdesc}{domain.create\_quantity\_from\_expression}{ ???}2219 \begin{funcdesc}{domain.create\_quantity\_from\_expression}{string} 2220 2220 2221 2221 Handy for creating derived quantities on-the-fly as for example … … 2227 2227 \end{verbatim} 2228 2228 2229 2230 2231 See also \file{Analytical\_solution\_circular\_hydraulic\_jump.py} for an example of use. 2229 %See also \file{Analytical\_solution\_circular\_hydraulic\_jump.py} for an example of use. 2232 2230 \end{funcdesc} 2233 2231 -
anuga_core/documentation/user_manual/copyright.tex
r3973 r4018 96 96 \begin{itemize} 97 97 \item Christopher Zoppou, Linda Stals, Matt Hardy, Jack Kelly, John Jakeman, Trevor Dhu, who contributed to this project at various times. 98 \item A stand alone visualiser ( Swollenviewer) based on Open-scene-graph was developed by Darran Edmundson.98 \item A stand alone visualiser (anuga\_viewer) based on Open-scene-graph was developed by Darran Edmundson. 99 99 \item The mesh generator engine was written by Jonathan Richard Shewchuk and made freely available under the following license. 100 100 See source code \code{triangle.c} for more details on the origins of this code. The license reads
Note: See TracChangeset
for help on using the changeset viewer.