Changeset 5338


Ignore:
Timestamp:
May 16, 2008, 1:48:20 PM (16 years ago)
Author:
ole
Message:

Fiddling

Location:
anuga_work/publications/anuga_2007
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/publications/anuga_2007/anuga-bibliography.bib

    r5335 r5338  
    319319}
    320320
    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 
    330321
    331322@ARTICLE{Carrier58,
     
    340331}
    341332
    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 
    351333
    352334@ARTICLE{Thacker81,
  • anuga_work/publications/anuga_2007/anuga_validation.tex

    r5335 r5338  
    1616
    1717% 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}}
    2121\newcommand{\pypar}{\textsc{mpi}}
    2222\newcommand{\Metis}{\textsc{Metis}}
     
    5757\ead{Matthew.Barnes@uq.edu.au}
    5858
    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,
     64Australian National University, Canberra, Australia}
     65
    6166\address[UQ]{University of Queensland, Brisbane, Australia}
    6267
     
    7075University have developed a hydrodynamic inundation modelling tool
    7176called \ANUGA{} to help simulate the impact of these hazards.
    72 The core of \ANUGA{} is a \Python{} implementation of a finite-volume method
     77The core of \ANUGA{} is a Python implementation of a finite-volume method
    7378for solving the conservative form of the Shallow Water Wave equation.
    7479
     
    232237is the ability for the user to refine the mesh in areas of interest.
    233238\ANUGA{} is mostly written in the object-oriented programming
    234 language \Python{} with computationally intensive parts implemented
     239language Python with computationally intensive parts implemented
    235240as highly optimised shared objects written in C. The API is a
    236 \Python{} script where the user sets up the scenario. This script
     241Python script where the user sets up the scenario. This script
    237242defines the study area, mesh refinement as well as initial and boundary conditions.
    238243The user is free to update quantity values or boundary conditions through
     
    353358 
    354359\ANUGA{} is mostly written in the object-oriented programming
    355 language \Python{} with computationally intensive parts implemented
     360language Python with computationally intensive parts implemented
    356361as highly optimised shared objects written in C.
    357362
    358 \Python{} is known for its clarity, elegance, efficiency and
    359 reliability. Complex software can be built in \Python{} without undue
     363Python is known for its clarity, elegance, efficiency and
     364reliability. Complex software can be built in Python without undue
    360365distractions arising from idiosyncrasies of the underlying software
    361 language syntax. In addition, \Python{}'s automatic memory management,
     366language syntax. In addition, Python's automatic memory management,
    362367dynamic typing, object model and vast number of libraries means that
    363368software can be produced quickly and can be readily adapted to
Note: See TracChangeset for help on using the changeset viewer.