Changes between Initial Version and Version 1 of GeneralQuestions


Ignore:
Timestamp:
Oct 20, 2008, 12:35:56 PM (17 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralQuestions

    v1 v1  
     1= General Questions =
     2== What is ANUGA? ==
     3
     4It is a software package suitable for simulating 2D water flows in complex geometries.
     5
     6== Why is it called ANUGA ? ==
     7
     8The software was developed in collaboration between the Australian national University ([http://www.anu.edu.au ANU])
     9and Geoscience Australia ([http://www.ga.gov.au/ GA]).
     10
     11== How do I obtain a copy of ANUGA? ==
     12
     13See https://datamining.anu.edu.au/anuga for all things ANUGA.
     14
     15== Are there any published articles about ANUGA that I can reference? ==
     16
     17See https://datamining.anu.edu.au/anuga for links.
     18
     19== How do I find out what version of ANUGA I am running? ==
     20
     21Use the following code snippet:
     22{{{
     23from anuga.utilities.system_tools import get_revision_number
     24print get_revision_number()
     25}}}
     26This should work both for installations from [http://www.sourceforge.net SourceForge] as well as when working off the repository.