Changeset 5338
- Timestamp:
- May 16, 2008, 1:48:20 PM (17 years ago)
- Location:
- anuga_work/publications/anuga_2007
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/publications/anuga_2007/anuga-bibliography.bib
r5335 r5338 319 319 } 320 320 321 %@ARTICLE{Hubbard02,322 %AUTHOR = {M.E. Hubbard and N. Dodd},323 %TITLE = {A 2D numerical model of wave run-up and overtopping},324 %YEAR = {2002},325 %volume = {47},326 %pages = {1--26},327 %JOURNAL = {Coastal Engineering},328 %}329 330 321 331 322 @ARTICLE{Carrier58, … … 340 331 } 341 332 342 %@ARTICLE{Carrier58,343 %AUTHOR = {C. Carrier and Greenspand},344 %TITLE = {Water waves of finite amplitude on a sloping beach},345 %YEAR = {1958},346 %volume = {4},347 %pages = {97--109},348 %JOURNAL = {Journal of Fluid Mechanics},349 %}350 351 333 352 334 @ARTICLE{Thacker81, -
anuga_work/publications/anuga_2007/anuga_validation.tex
r5335 r5338 16 16 17 17 % Local LaTeX commands 18 \newcommand{\ANUGA}{ \textsc{ANUGA}}19 \newcommand{\Python}{\textsc{Python}}20 \newcommand{\VPython}{\textsc{VPython}}18 \newcommand{\ANUGA}{ANUGA} %{\textsc{ANUGA}} 19 %\newcommand{\Python}{\textsc{Python}} 20 %\newcommand{\VPython}{\textsc{VPython}} 21 21 \newcommand{\pypar}{\textsc{mpi}} 22 22 \newcommand{\Metis}{\textsc{Metis}} … … 57 57 \ead{Matthew.Barnes@uq.edu.au} 58 58 59 \address[GA]{Natural Hazard Impacts Project, Geospatial and Earh Monitoring Division, Geoscience Australia, Canberra, Australia} 60 \address[ANU]{Department of Mathematics, Australian National University, Canberra, Australia} 59 \address[GA]{Natural Hazard Impacts Project, 60 Geospatial and Earh Monitoring Division, 61 Geoscience Australia, Canberra, Australia} 62 63 \address[ANU]{Department of Mathematics, 64 Australian National University, Canberra, Australia} 65 61 66 \address[UQ]{University of Queensland, Brisbane, Australia} 62 67 … … 70 75 University have developed a hydrodynamic inundation modelling tool 71 76 called \ANUGA{} to help simulate the impact of these hazards. 72 The core of \ANUGA{} is a \Python{}implementation of a finite-volume method77 The core of \ANUGA{} is a Python implementation of a finite-volume method 73 78 for solving the conservative form of the Shallow Water Wave equation. 74 79 … … 232 237 is the ability for the user to refine the mesh in areas of interest. 233 238 \ANUGA{} is mostly written in the object-oriented programming 234 language \Python{}with computationally intensive parts implemented239 language Python with computationally intensive parts implemented 235 240 as highly optimised shared objects written in C. The API is a 236 \Python{}script where the user sets up the scenario. This script241 Python script where the user sets up the scenario. This script 237 242 defines the study area, mesh refinement as well as initial and boundary conditions. 238 243 The user is free to update quantity values or boundary conditions through … … 353 358 354 359 \ANUGA{} is mostly written in the object-oriented programming 355 language \Python{}with computationally intensive parts implemented360 language Python with computationally intensive parts implemented 356 361 as highly optimised shared objects written in C. 357 362 358 \Python{}is known for its clarity, elegance, efficiency and359 reliability. Complex software can be built in \Python{}without undue363 Python is known for its clarity, elegance, efficiency and 364 reliability. Complex software can be built in Python without undue 360 365 distractions arising from idiosyncrasies of the underlying software 361 language syntax. In addition, \Python{}'s automatic memory management,366 language syntax. In addition, Python's automatic memory management, 362 367 dynamic typing, object model and vast number of libraries means that 363 368 software can be produced quickly and can be readily adapted to
Note: See TracChangeset
for help on using the changeset viewer.