/[escript]/trunk/FunctionSpace_str_test.py
ViewVC logotype

Contents of /trunk/FunctionSpace_str_test.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1455 - (show annotations)
Thu Feb 28 17:19:44 2008 UTC (15 years, 1 month ago) by phornby
File MIME type: text/x-python
File size: 262 byte(s)
Merge of branches/windows_from_1431_trunk.

Revamp of the exception system.
Fix unused vars and signed/unsigned comparisons.
defined a macro THROW(ARG) in the system_dep.h's to
deal with the expectations of declarations on different architectures.

Details in the logs of branches/windows_from_1431_trunk.

pre-merge snapshot of the trunk in tags/trunk_at_1452


1
2 import copy as cp
3
4 from esys.escript import *
5 from esys.finley import Rectangle
6 d=Rectangle(1,1)
7 y=Function(d)
8 #print type(y)
9 #x = cp.deepcopy(y)
10 #print type(x)
11 for i in range(50000):
12 print (10*"="+" %d "+10*"=")%i
13 sss=str(y)
14 print sss
15

  ViewVC Help
Powered by ViewVC 1.1.26