Log of /tags/stable-2005-11-09/escript/test
Directory Listing
Revision
156 -
Directory Listing
Modified
Wed Nov 9 03:45:49 2005 UTC
(16 years, 9 months ago)
by
jgs
Creating tag of stable state of esys13 on 2005-11-09.
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(16 years, 9 months ago)
by
jgs
Original Path:
trunk/escript/test
move all directories from trunk/esys2 into trunk and remove esys2
Revision
152 -
Directory Listing
Modified
Fri Oct 21 08:32:21 2005 UTC
(16 years, 9 months ago)
by
phornby
Original Path:
trunk/esys2/escript/test
DataConstantTestCase.cpp, DataExpandedTestCase.cpp:
Replace
DataExpanded testData1(FunctionSpace(),....)
with
FunctionSpace tmp_fns;
DataExpanded testData1(tmp_fns,shape,data);
for GCC's sake.
Added some profiling to PoissonSolverTest.py.
Revision
95 -
Directory Listing
Modified
Wed Oct 27 00:53:16 2004 UTC
(17 years, 9 months ago)
by
jgs
Original Path:
trunk/esys2/escript/test
disabled testSubtraction test for now - requires setTaggedValue interface
which takes Data object as argument