Log of /branches/ROBW_XPLATFORM/finley/test/python
Directory Listing
Revision
622 -
Directory Listing
Modified
Wed Mar 22 14:00:08 2006 UTC
(14 years, 10 months ago)
by
robwdcock
Creating a private branch so I can test and verify cross-platform build
Revision
442 -
Directory Listing
Modified
Fri Jan 20 04:39:43 2006 UTC
(15 years ago)
by
gross
Original Path:
trunk/finley/test/python
kronecker (and relatives) take now a FunctionSpace as argument and return a Data object in tthis functionspace
Revision
437 -
Directory Listing
Modified
Fri Jan 20 00:16:58 2006 UTC
(15 years ago)
by
gross
Original Path:
trunk/finley/test/python
comprehensive testing for integrate function added. tests for grad will be added in the next check in. GradTest is obsolete now.
Revision
425 -
Directory Listing
Modified
Tue Jan 10 04:10:39 2006 UTC
(15 years ago)
by
gross
Original Path:
trunk/finley/test/python
The sparse solver can be called by paso now.
the building has been change to reduce some code redundancy:
now all scons SCscripts are importing scons/esys_options.py which
imports platform specific settings.
Revision
152 -
Directory Listing
Modified
Fri Oct 21 08:32:21 2005 UTC
(15 years, 3 months ago)
by
phornby
Original Path:
trunk/esys2/finley/test/python
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.