Parent Directory
|
Revision Log
a first verion of a Stokes solver
1 | # $Id:$ |
2 | # |
3 | ####################################################### |
4 | # |
5 | # Copyright 2008 by University of Queensland |
6 | # |
7 | # http://esscc.uq.edu.au |
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 | |
15 | """ |
16 | A variaty of physical models |
17 | |
18 | @var __author__: name of author |
19 | @var __copyright__: copyrights |
20 | @var __license__: licence agreement |
21 | @var __url__: url entry point on documentation |
22 | @var __version__: version |
23 | @var __date__: date of the version |
24 | """ |
25 | |
26 | __author__="Lutz Gross, l.gross@uq.edu.au" |
27 | __copyright__=""" Copyright (c) 2008 by ACcESS MNRF |
28 | http://www.access.edu.au |
29 | Primary Business: Queensland, Australia""" |
30 | __license__="""Licensed under the Open Software License version 3.0 |
31 | http://www.opensource.org/licenses/osl-3.0.php""" |
32 | __url__="http://www.iservo.edu.au/esys" |
33 | __version__="$Revision:$" |
34 | __date__="$Date:$" |
35 | |
36 | |
37 | from flows import * |
ViewVC Help | |
Powered by ViewVC 1.1.26 |