Changeset 9593
- Timestamp:
- Feb 3, 2015, 11:58:53 PM (10 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/README.txt
r9582 r9593 1 This is the root-Subversion directory for the ANUGA Inundation2 Software Development project conducted by3 4 Stephen Roberts (ANU)5 Ole Nielsen (GA)6 Duncan Gray (GA)7 Jane Sexton (GA)8 Nick Bartzis (GA)9 Jack Kelly (ANU)10 John Jakeman (ANU)11 1 12 2 13 This is the top directory for the inundation project source code 14 developed at the Risk Assessment Methods Project at Geoscience 3 ===== 4 AnuGA 5 ===== 6 7 .. contents:: 8 9 What is AnuGA? 10 -------------- 11 12 AnuGA (pronounced "an uu ga") is open-source software for the simulation of 13 the shallow water equation, in particular it can be used to model tsunamis 14 and floods. 15 16 Developed at the Risk Assessment Methods Project at Geoscience 15 17 Australia and Mathematical Sciences Institute at the Australian 16 18 National University. 17 19 18 20 19 Copyright 2004, 2005, 2006 21 Copyright 2004, 2005, 2006, 2015 20 22 Ole Nielsen, Stephen Roberts, Duncan Gray, Jane Sexton 23 24 25 Installation 26 ------------ 27 28 For installation instructions, see ``INSTALL.txt``. 29 30 31 Documentation 32 ------------- 33 34 AnuGA documentation is available in the user_manual folder or online 35 36 http://anuga.anu.edu.au 37 38 How to generate the HTML documentation, see ``doc/README.txt``. 39 40 41 Web sites 42 --------- 43 44 The user's site is: 45 46 http://anuga.anu.edu.au/ 47 48 49 Mailing Lists 50 ------------- 51 52 Please see anuga user mailing list here: 53 54 anuga-user@lists.sourceforge.net 55 56 57 Latest source code 58 ------------------ 59 60 The latest development version of AnuGA's sources are always available at: 61 62 https://github.com/stoiver/anuga_core 63 64 They can be downloaded as a zip file or using the Git client. 65 66 67 Bug reports 68 ----------- 69 70 To search for bugs or report them, please use the AnuGA's Bug Tracker at: 71 72 https://github.com/stoiver/anuga_core/issues 73 74 75 Developer information 76 --------------------- 77 78 If you would like to take part in AnuGA development, take a look 79 at ``HACKING.rst.txt``. 80 81 82 License information 83 ------------------- 84 85 See the file ``LICENSE.txt`` for information on the history of this 86 software, terms & conditions for usage, and a DISCLAIMER OF ALL 87 WARRANTIES. 88 89 90 91 92 93 This is the root-Subversion directory for the ANUGA Inundation 94 Software Development project conducted by 95 96 97 98 21 99 22 100 -
trunk/anuga_core/anuga/pmesh/README.txt
r4864 r9593 1 1 SYSTEM REQUIREMENTS 2 Pmesh requires many bits a dn peices from the rest of the ANUGA code.2 Pmesh requires many bits and pieces from the rest of the ANUGA code. 3 3 4 4 It's system requirements are the same as ANUGA
Note: See TracChangeset
for help on using the changeset viewer.