1 | %************************************************* |
---|
2 | % LaTeX document |
---|
3 | % |
---|
4 | % This is the ANUGA User Manual |
---|
5 | % |
---|
6 | % Version 1.2 July, 2010 |
---|
7 | % |
---|
8 | % |
---|
9 | % |
---|
10 | % Copyright Commonwealth of Australia (Geoscience Australia) and the Australian |
---|
11 | % National University 2004-2010. |
---|
12 | % |
---|
13 | % COPYRIGHT PAGE |
---|
14 | % |
---|
15 | % |
---|
16 | %************************************************* |
---|
17 | |
---|
18 | \vspace*{0.5in} |
---|
19 | |
---|
20 | \copyright Commonwealth of Australia (Geoscience Australia) and the Australian |
---|
21 | National University 2004-2010. |
---|
22 | |
---|
23 | Permission to use, copy, modify, and distribute this software for any |
---|
24 | purpose without fee is hereby granted under the terms of the GNU |
---|
25 | General Public License as published by the Free Software Foundation; |
---|
26 | either version 2 of the License, or (at your option) any later |
---|
27 | version, provided that this entire notice is included in all copies |
---|
28 | of any software which is or includes a copy or modification of this |
---|
29 | software and in all copies of the supporting documentation for such |
---|
30 | software. |
---|
31 | This program is distributed in the hope that it will be useful, |
---|
32 | |
---|
33 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
34 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
35 | GNU General Public License (\url{http://www.gnu.org/copyleft/gpl.html}) |
---|
36 | for more details. |
---|
37 | |
---|
38 | You should have received a copy of the GNU General Public License |
---|
39 | along with this program; if not, write to the Free Software |
---|
40 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
---|
41 | |
---|
42 | This work was produced at Geoscience Australia and the Australian |
---|
43 | National University funded by the Commonwealth of Australia. Neither |
---|
44 | the Australian Government, the Australian National University, |
---|
45 | Geoscience Australia nor any of their employees, makes any warranty, |
---|
46 | express or implied, or assumes any liability or responsibility for |
---|
47 | the accuracy, completeness, or usefulness of any information, |
---|
48 | apparatus, product, or process disclosed, or represents that its use |
---|
49 | would not infringe privately-owned rights. Reference herein to any |
---|
50 | specific commercial products, process, or service by trade name, |
---|
51 | trademark, manufacturer, or otherwise, does not necessarily |
---|
52 | constitute or imply its endorsement, recommendation, or favoring by |
---|
53 | the Australian Government, Geoscience Australia or the Australian |
---|
54 | National University. The views and opinions of authors expressed |
---|
55 | herein do not necessarily state or reflect those of the Australian |
---|
56 | Government, Geoscience Australia or the Australian National |
---|
57 | University, and shall not be used for advertising or product |
---|
58 | endorsement purposes. |
---|
59 | |
---|
60 | This document does not convey a warranty, express or implied, |
---|
61 | of merchantability or fitness for a particular purpose. |
---|
62 | |
---|
63 | \begin{center} |
---|
64 | %\vspace{0.5in} |
---|
65 | \anuga |
---|
66 | |
---|
67 | Manual typeset with \LaTeX |
---|
68 | \end{center} |
---|
69 | |
---|
70 | \vspace{0.5in} |
---|
71 | |
---|
72 | \textbf{Credits}: |
---|
73 | \begin{itemize} |
---|
74 | \item \anuga was developed by Stephen Roberts, Ole Nielsen, Duncan Gray and Jane Sexton. It is currently being developed and |
---|
75 | maintained by Nariman Habili and Stephen Roberts. |
---|
76 | \index{ANUGA!credits|textit} |
---|
77 | \end{itemize} |
---|
78 | |
---|
79 | \textbf{License}: |
---|
80 | \begin{itemize} |
---|
81 | \item \anuga is freely available and distributed under the terms of the GNU General Public Licence.\index{ANUGA!licence|textit} |
---|
82 | \end{itemize} |
---|
83 | |
---|
84 | \pagebreak |
---|
85 | \textbf{Acknowledgments}: |
---|
86 | \begin{itemize} |
---|
87 | \item Ole Nielsen, James Hudson, John Jakeman, Rudy van Drie, Ted Rigby, |
---|
88 | Petar Milevski, Joaquim Luis, Nils Goseberg, William Power, |
---|
89 | Trevor Dhu, Linda Stals, Matt Hardy, Jack Kelly and Christopher |
---|
90 | Zoppou who contributed to this project at various times. |
---|
91 | \item A stand alone visualiser (anuga\_viewer) based on Open-scene-graph was developed by Darran Edmundson and James Hudson. |
---|
92 | \item The mesh generator engine was written by Jonathan Richard Shewchuk and made freely |
---|
93 | available under the following license. See source code \code{triangle.c} for more |
---|
94 | details on the origins of this code. The license reads |
---|
95 | |
---|
96 | \begin{verbatim} |
---|
97 | /*****************************************************************************/ |
---|
98 | /* */ |
---|
99 | /* 888888888 ,o, / 888 */ |
---|
100 | /* 888 88o88o " o8888o 88o8888o o88888o 888 o88888o */ |
---|
101 | /* 888 888 888 88b 888 888 888 888 888 d888 88b */ |
---|
102 | /* 888 888 888 o88^o888 888 888 "88888" 888 8888oo888 */ |
---|
103 | /* 888 888 888 C888 888 888 888 / 888 q888 */ |
---|
104 | /* 888 888 888 "88o^888 888 888 Cb 888 "88oooo" */ |
---|
105 | /* "8oo8D */ |
---|
106 | /* */ |
---|
107 | /* A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator. */ |
---|
108 | /* (triangle.c) */ |
---|
109 | /* */ |
---|
110 | /* Version 1.6 */ |
---|
111 | /* July 28, 2005 */ |
---|
112 | /* */ |
---|
113 | /* Copyright 1993, 1995, 1997, 1998, 2002, 2005 */ |
---|
114 | /* Jonathan Richard Shewchuk */ |
---|
115 | /* 2360 Woolsey #H */ |
---|
116 | /* Berkeley, California 94705-1927 */ |
---|
117 | /* jrs@cs.berkeley.edu */ |
---|
118 | /* */ |
---|
119 | /* This program may be freely redistributed under the condition that the */ |
---|
120 | /* copyright notices (including this entire header and the copyright */ |
---|
121 | /* notice printed when the `-h' switch is selected) are not removed, and */ |
---|
122 | /* no compensation is received. Private, research, and institutional */ |
---|
123 | /* use is free. You may distribute modified versions of this code UNDER */ |
---|
124 | /* THE CONDITION THAT THIS CODE AND ANY MODIFICATIONS MADE TO IT IN THE */ |
---|
125 | /* SAME FILE REMAIN UNDER COPYRIGHT OF THE ORIGINAL AUTHOR, BOTH SOURCE */ |
---|
126 | /* AND OBJECT CODE ARE MADE FREELY AVAILABLE WITHOUT CHARGE, AND CLEAR */ |
---|
127 | /* NOTICE IS GIVEN OF THE MODIFICATIONS. Distribution of this code as */ |
---|
128 | /* part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT */ |
---|
129 | /* WITH THE AUTHOR. (If you are not directly supplying this code to a */ |
---|
130 | /* customer, and you are instead telling them how they can obtain it for */ |
---|
131 | /* free, then you are not required to make any arrangement with me.) */ |
---|
132 | /*****************************************************************************/ |
---|
133 | \end{verbatim} |
---|
134 | |
---|
135 | \pagebreak |
---|
136 | \item Pmw is a toolkit for building high-level compound widgets in |
---|
137 | Python using the Tkinter module. Parts of Pmw have been incorpoated |
---|
138 | into the graphical mesh generator. The license for Pmw reads |
---|
139 | |
---|
140 | \begin{verbatim} |
---|
141 | """ |
---|
142 | Pmw copyright |
---|
143 | |
---|
144 | Copyright 1997-1999 Telstra Corporation Limited, |
---|
145 | Australia Copyright 2000-2002 Really Good Software Pty Ltd, Australia |
---|
146 | |
---|
147 | Permission is hereby granted, free of charge, to any person obtaining |
---|
148 | a copy of this software and associated documentation files (the |
---|
149 | "Software"), to deal in the Software without restriction, including |
---|
150 | without limitation the rights to use, copy, modify, merge, publish, |
---|
151 | distribute, sublicense, and/or sell copies of the Software, and to |
---|
152 | permit persons to whom the Software is furnished to do so, subject to |
---|
153 | the following conditions: |
---|
154 | |
---|
155 | The above copyright notice and this permission notice shall be |
---|
156 | included in all copies or substantial portions of the Software. |
---|
157 | |
---|
158 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
---|
159 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
---|
160 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
---|
161 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
---|
162 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
---|
163 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
---|
164 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
---|
165 | |
---|
166 | """ |
---|
167 | \end{verbatim} |
---|
168 | \end{itemize} |
---|