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