1 |
|
# $Id:$ |
2 |
|
""" |
3 |
|
import of pyCAD sub modules |
4 |
|
|
5 |
|
@var __author__: name of author |
6 |
|
@var __copyright__: copyrights |
7 |
|
@var __license__: licence agreement |
8 |
|
@var __url__: url entry point on documentation |
9 |
|
@var __version__: version |
10 |
|
@var __date__: date of the version |
11 |
|
""" |
12 |
|
|
13 |
|
__author__="Lutz Gross, l.gross@uq.edu.au" |
14 |
|
__copyright__=""" Copyright (c) 2006 by ACcESS MNRF |
15 |
|
http://www.access.edu.au |
16 |
|
Primary Business: Queensland, Australia""" |
17 |
|
__license__="""Licensed under the Open Software License version 3.0 |
18 |
|
http://www.opensource.org/licenses/osl-3.0.php""" |
19 |
|
__url__="http://www.iservo.edu.au/esys/escript" |
20 |
|
__version__="$Revision:$" |
21 |
|
__date__="$Date:$" |
22 |
|
|
23 |
|
from transformations import * |
24 |
from primitives import * |
from primitives import * |
25 |
from design import * |
from design import * |
26 |
import shapes |
import shapes |