Changes between Initial Version and Version 1 of FrequentlyAskedQuestions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v1 v1  
     1[[TOC]]
     2
     3= General Questions =
     4== What is ANUGA? ==
     5It is a software package suitable for simulating 2D water flows in complex geometries.
     6
     7== Why is it called ANUGA ? ==
     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? ==
     12See https://datamining.anu.edu.au/anuga for all things ANUGA.
     13
     14== Are there any published articles about ANUGA that I can reference? ==
     15See https://datamining.anu.edu.au/anuga for links.
     16
     17== How do I find out what version of ANUGA I am running? ==
     18Use the following code snippet:
     19{{{
     20from anuga.utilities.system_tools import get_revision_number
     21print get_revision_number()
     22}}}
     23This should work both for installations from [http://www.sourceforge.net SourceForge] as well as when working off the repository.