Parent Directory
|
Revision Log
First version of the mountains class.
1 | |
2 | ######################################################## |
3 | # |
4 | # Copyright (c) 2003-2008 by University of Queensland |
5 | # Earth Systems Science Computational Center (ESSCC) |
6 | # http://www.uq.edu.au/esscc |
7 | # |
8 | # Primary Business: Queensland, Australia |
9 | # Licensed under the Open Software License version 3.0 |
10 | # http://www.opensource.org/licenses/osl-3.0.php |
11 | # |
12 | ######################################################## |
13 | |
14 | __copyright__="""Copyright (c) 2003-2008 by University of Queensland |
15 | Earth Systems Science Computational Center (ESSCC) |
16 | http://www.uq.edu.au/esscc |
17 | Primary Business: Queensland, Australia""" |
18 | __license__="""Licensed under the Open Software License version 3.0 |
19 | http://www.opensource.org/licenses/osl-3.0.php""" |
20 | __url__="http://www.uq.edu.au/esscc/escript-finley" |
21 | |
22 | """ |
23 | A variaty of physical models |
24 | |
25 | @var __author__: name of author |
26 | @var __copyright__: copyrights |
27 | @var __license__: licence agreement |
28 | @var __url__: url entry point on documentation |
29 | @var __version__: version |
30 | @var __date__: date of the version |
31 | """ |
32 | |
33 | __author__="Lutz Gross, l.gross@uq.edu.au" |
34 | |
35 | |
36 | from flows import * |
37 | from heat import * |
38 | from levelset import * |
39 | from rheologies import * |
40 | from mountains import * |
41 |
ViewVC Help | |
Powered by ViewVC 1.1.26 |