Changeset 4018 for anuga_core


Ignore:
Timestamp:
Nov 21, 2006, 1:30:49 PM (17 years ago)
Author:
ole
Message:

Minor fixes

Location:
anuga_core/documentation/user_manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4017 r4018  
    21872187  Module: \module{shallow\_water.shallow\_water\_domain} 
    21882188
    2189   Return indices for elements where h > minimum_allowed_height
     2189  Return indices for elements where h $>$ minimum_allowed_height
    21902190  Optional argument indices is the set of element ids that the operation applies to.
    21912191  \end{funcdesc}
     
    21952195  Module: \module{shallow\_water.shallow\_water\_domain} 
    21962196
    2197   Return highest elevation where h > 0.\\
     2197  Return highest elevation where h $>$ 0.\\
    21982198  Optional argument indices is the set of element ids that the operation applies to.\\
    21992199 
     
    22062206  Module: \module{shallow\_water.shallow\_water\_domain} 
    22072207 
    2208   Return location (x,y) of highest elevation where h > 0.\\
     2208  Return location (x,y) of highest elevation where h $>$ 0.\\
    22092209  Optional argument indices is the set of element ids that the operation applies to.\\
    22102210
     
    22172217\section{Other}
    22182218
    2219   \begin{funcdesc}{domain.create\_quantity\_from\_expression}{???}
     2219  \begin{funcdesc}{domain.create\_quantity\_from\_expression}{string}
    22202220
    22212221  Handy for creating derived quantities on-the-fly as for example
     
    22272227  \end{verbatim}
    22282228 
    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.
    22322230  \end{funcdesc}
    22332231
  • anuga_core/documentation/user_manual/copyright.tex

    r3973 r4018  
    9696\begin{itemize}
    9797\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 (Swollen viewer) 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.
    9999\item The mesh generator engine was written by Jonathan Richard Shewchuk and made freely available under the following license.
    100100See 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.