forked from GeoscienceAustralia/anuga_user_manual
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefinitions.tex
65 lines (48 loc) · 1.81 KB
/
definitions.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%Common definitions for the ANUGA documentation
%
\newcommand{\indexedcode}[1]{\code{#1}\indexascode{#1}}
\newcommand{\indexascode}[1]{\index{#1@{\texttt {#1}}}}
\newcommand{\indexedcodeheader}[1]{{\bigskip \large \bf \code{#1}}\indexascode{#1}\\}
\newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}}
%\newcommand{\anuga}{\textbf{ANUGA}$^{\scriptscriptstyle \copyright}$ v1.0\ }
\newcommand{\anuga}{\textbf{ANUGA} }
%\newcommand{\anugav}[1]{\textbf{ANUGA}$^\copyright$ V#1\ }
\newcommand{\Python}{\textsc{Python}}
\newcommand{\VPython}{\textsc{VPython}}
\newcommand{\pypar}{\textsc{mpi}}
\newcommand{\Metis}{\textsc{Metis}}
\newcommand{\mpi}{\textsc{mpi}}
\newcommand{\hmin}{h_{\min}}
\newcommand{\UU}{\mathbf{U}}
\newcommand{\VV}{\mathbf{V}}
\newcommand{\EE}{\mathbf{E}}
\newcommand{\GG}{\mathbf{G}}
\newcommand{\FF}{\mathbf{F}}
\newcommand{\HH}{\mathbf{H}}
\newcommand{\SSS}{\mathbf{S}}
\newcommand{\nn}{\mathbf{n}}
\newcommand{\xx}{\mathbf{x}}
% My Defs
%\newcommand{\code}[1]{\texttt{#1}}
%\newcommand{\indexedcode}[1]{\code{#1}\indexascode{#1}}
%\newcommand{\indexascode}[1]{\index{#1@{\texttt {#1}}}}
%\newcommand{\indexedcodeheader}[1]{{\bigskip \large \bf \code{#1}}\indexascode{#1}\\}
%\newcommand{\indexedbold}[1]{\textbf{#1}\index{#1}}
%\newcommand{\anuga}{\textsc{ANUGA} }
%\newcommand{\ANUGA}{\anuga}
%\newcommand{\Python}{\textsc{Python}}
%%\newcommand{\ScalablePython}{\textsc{ScalablePython}}
%\newcommand{\VPython}{\textsc{VPython}}
%\newcommand{\pypar}{\textsc{pypar}}
%\newcommand{\Metis}{\textsc{Metis}}
\newcommand{\MPI}{\textsc{MPI}}
%\newcommand{\Numexpr}{\textsc{NumExpr}}
%\newcommand{\Numpy}{\textsc{Numpy}}
%\newcommand{\OpenMP}{\textsc{OpenMP}}
%\newcommand{\hmin}{h_{\min}}
%\newcommand{\code}[1]{\texttt{#1}}
%Used with \code.
%
\newenvironment{displayedcode}
{\begin{tabular}{p{0.41cm}l}}
{\end{tabular}}