Log of /trunk/finley/test
Directory Listing
Revision
206 -
Directory Listing
Modified
Wed Nov 23 05:03:42 2005 UTC
(17 years, 4 months ago)
by
jgs
remove MeshAdapter test for now - will only work with scons build system
Revision
205 -
Directory Listing
Modified
Wed Nov 23 05:02:59 2005 UTC
(17 years, 4 months ago)
by
jgs
fix settings to account for new finley source tree structure
Revision
204 -
Directory Listing
Modified
Wed Nov 23 04:43:51 2005 UTC
(17 years, 4 months ago)
by
jgs
revised scons files to account for new finley source tree structure
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 4 months ago)
by
jgs
move all directories from trunk/esys2 into trunk and remove esys2
Revision
152 -
Directory Listing
Modified
Fri Oct 21 08:32:21 2005 UTC
(17 years, 5 months ago)
by
phornby
Original Path:
trunk/esys2/finley/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.