/[escript]/trunk/finley/test/python
ViewVC logotype

Log of /trunk/finley/test/python

View Directory Listing Directory Listing


Sticky Revision:

Revision 858 - Directory Listing
Modified Tue Sep 26 01:01:39 2006 UTC (16 years, 5 months ago) by gross
typo fixed

Revision 857 - Directory Listing
Modified Tue Sep 26 01:00:45 2006 UTC (16 years, 5 months ago) by gross
tests for order1 tetrahedron elements added

Revision 855 - Directory Listing
Modified Fri Sep 22 09:30:06 2006 UTC (16 years, 6 months ago) by gross
some tests for triangle meshes added

Revision 853 - Directory Listing
Modified Wed Sep 20 05:56:36 2006 UTC (16 years, 6 months ago) by gross
some performance problems wit openmp fixed.

Revision 850 - Directory Listing
Modified Sun Sep 17 23:27:00 2006 UTC (16 years, 6 months ago) by gross
some problems with vtk writer fixed

Revision 844 - Directory Listing
Modified Thu Sep 7 08:32:01 2006 UTC (16 years, 6 months ago) by gross
with better  mesh

Revision 843 - Directory Listing
Modified Thu Sep 7 05:55:12 2006 UTC (16 years, 6 months ago) by gross
some timing added

Revision 842 - Directory Listing
Modified Thu Sep 7 05:40:22 2006 UTC (16 years, 6 months ago) by gross
a little wave propagation simulation

Revision 820 - Directory Listing
Modified Mon Aug 28 06:55:36 2006 UTC (16 years, 6 months ago) by gross
make the modelframe test run

Revision 815 - Directory Listing
Modified Wed Aug 23 09:31:50 2006 UTC (16 years, 7 months ago) by gross
ops! wrong file has been sent

Revision 814 - Directory Listing
Modified Wed Aug 23 09:31:10 2006 UTC (16 years, 7 months ago) by gross
small bug in general tensor propduct fixed

Revision 806 - Directory Listing
Modified Thu Aug 10 11:58:52 2006 UTC (16 years, 7 months ago) by gross
Interface to the direct solver library UMLPACK is no implemented.



Revision 798 - Directory Listing
Modified Fri Aug 4 01:05:36 2006 UTC (16 years, 7 months ago) by gross
Reimplementation of the assemblage with persistent jacobeans.
There are also a few changes to the tests which has now
dramatically reduced the memory demand.



Revision 783 - Directory Listing
Modified Tue Jul 18 01:32:50 2006 UTC (16 years, 8 months ago) by gross
coordinates, element size and normals returned by corresponding
FunctionSpace mesthods are now protected against updates. So 
+=, -=, *=, /=, setTaggedValue, fillFromNumArray will through an
excpetion.

The FunctionSpace class does nut buffer the oordinates, element size and
normals yet.



Revision 778 - Directory Listing
Modified Thu Jul 13 02:27:45 2006 UTC (16 years, 8 months ago) by gross
add a switch to stop calls of external solver libraries

Revision 777 - Directory Listing
Modified Wed Jul 12 08:54:45 2006 UTC (16 years, 8 months ago) by gross
integration with persistent jacobeans is running now

Revision 773 - Directory Listing
Modified Fri Jul 7 10:10:00 2006 UTC (16 years, 8 months ago) by gross
assemblage tests added

Revision 769 - Directory Listing
Modified Sun Jul 2 23:58:22 2006 UTC (16 years, 8 months ago) by gross
A bit more tests are generated now. Ther is still a problem with the slection of the solution order.



Revision 768 - Directory Listing
Modified Fri Jun 30 09:26:16 2006 UTC (16 years, 8 months ago) by gross
and the generation of tests for contact elements works now.

Revision 766 - Directory Listing
Modified Fri Jun 30 06:44:14 2006 UTC (16 years, 8 months ago) by gross
modified version of a test generator (private use)

Revision 757 - Directory Listing
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 8 months ago) by woo409
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


Revision 720 - Directory Listing
Modified Thu Apr 27 10:16:05 2006 UTC (16 years, 10 months ago) by gross
formatting errors in epydoc tags fixed

Revision 714 - Directory Listing
Modified Thu Apr 27 05:42:33 2006 UTC (16 years, 10 months ago) by elspeth
Fixed python test

Revision 709 - Directory Listing
Modified Wed Apr 26 06:35:36 2006 UTC (16 years, 10 months ago) by gross
fixes to get scons py_tests going: mainly fixes in the pathes

Revision 707 - Directory Listing
Modified Wed Apr 12 23:58:02 2006 UTC (16 years, 11 months ago) by gross
latex build documentation is working now

Revision 706 - Directory Listing
Modified Sat Apr 8 16:13:02 2006 UTC (16 years, 11 months ago) by gross
python tests compile and run but there is still a problem with dependencies'


Revision 705 - Directory Listing
Modified Fri Apr 7 17:57:37 2006 UTC (16 years, 11 months ago) by gross
python tests are allmost working

Revision 703 - Directory Listing
Modified Thu Apr 6 02:20:47 2006 UTC (16 years, 11 months ago) by gross
some missing files

Revision 700 - Directory Listing
Modified Thu Apr 6 00:13:40 2006 UTC (16 years, 11 months ago) by gross
A few changes in the build mechanism and the file structure so scons can build release tar files:

  * paso/src/Solver has been moved to paso/src 
  * all test_.py are now run_.py files and are assumed to be passing python tests. they can run by 
    scons py_tests and are part of the release test set
  * escript/py_src/test_ are moved to escript/test/python and are installed in to the build directory 
    (rather then the PYTHONPATH).
  * all py files in test/python which don't start with run_ or test_ are now 'local_py_tests'. they are installed i
    by not run automatically.
  * CppUnitTest is now treated as a escript module (against previous decisions).
  * scons realse builds nor tar/zip files with relvant source code (src and tests in seperate files)

the python tests don't pass yet due to path problems.



Revision 699 - Directory Listing
Modified Fri Mar 31 06:27:56 2006 UTC (16 years, 11 months ago) by gross
now float**Data is running

Revision 698 - Directory Listing
Modified Fri Mar 31 04:52:55 2006 UTC (16 years, 11 months ago) by gross
test with tagged data pass now

Revision 692 - Directory Listing
Modified Thu Mar 30 08:05:02 2006 UTC (16 years, 11 months ago) by gross
test with tagged data still fail and switched off

Revision 690 - Directory Listing
Modified Tue Mar 28 07:18:51 2006 UTC (16 years, 11 months ago) by robwdcock
+ Added basic_py_tests target which will run the basic set of python tests. The list of python tests was taken from autoscons


Revision 682 - Directory Listing
Modified Mon Mar 27 02:43:09 2006 UTC (16 years, 11 months ago) by robwdcock
+ NEW BUILD SYSTEM

This commit contains the new build system with cross-platform support.
Most things work are before though you can have more control.

ENVIRONMENT settings have changed:
+ You no longer require LD_LIBRARY_PATH or PYTHONPATH to point to the
esysroot for building and testing performed via scons
+ ACcESS altix users: It is recommended you change your modules to load
the latest intel compiler and other libraries required by boost to match
the setup in svn (you can override). The correct modules are as follows

module load intel_cc.9.0.026
export
MODULEPATH=${MODULEPATH}:/data/raid2/toolspp4/modulefiles/gcc-3.3.6
module load boost/1.33.0/python-2.4.1
module load python/2.4.1
module load numarray/1.3.3



Revision 637 - Directory Listing
Modified Thu Mar 23 10:55:31 2006 UTC (17 years ago) by gross
more copyright statements added

Revision 626 - Directory Listing
Modified Thu Mar 23 02:16:36 2006 UTC (17 years ago) by elspeth
Copyright information inserted


Revision 620 - Directory Listing
Modified Wed Mar 22 07:43:42 2006 UTC (17 years ago) by gross
problem with tagged data isolated

Revision 618 - Directory Listing
Modified Wed Mar 22 04:02:38 2006 UTC (17 years ago) by gross
mmio moced to paso

Revision 617 - Directory Listing
Modified Wed Mar 22 02:58:17 2006 UTC (17 years ago) by elspeth
More copyright.


Revision 595 - Directory Listing
Modified Tue Mar 14 23:52:45 2006 UTC (17 years ago) by gross
test_utilOnFinley fixed (did run the tests that still fail)

Revision 590 - Directory Listing
Modified Fri Mar 10 06:29:14 2006 UTC (17 years ago) by gross
all tests activated

Revision 589 - Directory Listing
Modified Fri Mar 10 06:28:35 2006 UTC (17 years ago) by gross
my little test generator

Revision 584 - Directory Listing
Modified Thu Mar 9 23:03:38 2006 UTC (17 years ago) by gross
eigenvalues: compiles and passes tests on altix now

Revision 580 - Directory Listing
Modified Wed Mar 8 05:45:51 2006 UTC (17 years ago) by gross
faster version of the local eigenvalue calculation

Revision 558 - Directory Listing
Modified Thu Feb 23 01:02:31 2006 UTC (17 years, 1 month ago) by gross
switch back to test on no tagged data

Revision 553 - Directory Listing
Modified Wed Feb 22 04:01:21 2006 UTC (17 years, 1 month ago) by gross
tests for tagged data

Revision 550 - Directory Listing
Modified Wed Feb 22 02:14:38 2006 UTC (17 years, 1 month ago) by gross
more tests on slicing

Revision 526 - Directory Listing
Modified Tue Feb 14 06:56:33 2006 UTC (17 years, 1 month ago) by gross
pdetools test added

Revision 521 - Directory Listing
Modified Tue Feb 14 05:50:56 2006 UTC (17 years, 1 month ago) by gross
now done test_utilOnFinley.py

Revision 479 - Directory Listing
Modified Wed Feb 1 04:36:53 2006 UTC (17 years, 1 month ago) by gross
a few more benchmarks added

Revision 459 - Directory Listing
Modified Tue Jan 24 07:51:02 2006 UTC (17 years, 2 months ago) by gross
some mopre problems added

Revision 453 - Directory Listing
Modified Tue Jan 24 01:23:28 2006 UTC (17 years, 2 months ago) by gross
reset the solver

Revision 447 - Directory Listing
Modified Mon Jan 23 02:59:59 2006 UTC (17 years, 2 months ago) by gross
a simple linear elastic solver

Revision 443 - Directory Listing
Modified Fri Jan 20 06:22:38 2006 UTC (17 years, 2 months ago) by gross
L2 function added

Revision 442 - Directory Listing
Modified Fri Jan 20 04:39:43 2006 UTC (17 years, 2 months ago) by gross
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 (17 years, 2 months ago) by gross
comprehensive testing for integrate function added. tests for grad will be added in the next check in. GradTest is obsolete now.

Revision 435 - Directory Listing
Modified Thu Jan 19 03:57:30 2006 UTC (17 years, 2 months ago) by gross
minor change

Revision 432 - Directory Listing
Modified Fri Jan 13 07:38:54 2006 UTC (17 years, 2 months ago) by gross
some fixes for openmp

Revision 431 - Directory Listing
Modified Fri Jan 13 05:07:10 2006 UTC (17 years, 2 months ago) by gross
new implementation of ILU0

Revision 428 - Directory Listing
Modified Wed Jan 11 01:38:16 2006 UTC (17 years, 2 months ago) by gross
interplotared is changed from method to function call

Revision 425 - Directory Listing
Modified Tue Jan 10 04:10:39 2006 UTC (17 years, 2 months ago) by gross
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 423 - Directory Listing
Modified Fri Jan 6 08:09:43 2006 UTC (17 years, 2 months ago) by gross
some modifications in visualization to get equidistant output

Revision 416 - Directory Listing
Modified Wed Jan 4 05:38:35 2006 UTC (17 years, 2 months ago) by gross
changes in Paso have been worked in

Revision 404 - Directory Listing
Modified Thu Dec 22 23:04:55 2005 UTC (17 years, 3 months ago) by gross
direct solver works for symmetry flag now

Revision 399 - Directory Listing
Modified Wed Dec 21 22:43:48 2005 UTC (17 years, 3 months ago) by gross
frame to run a single test out of the test_util suite

Revision 388 - Directory Listing
Modified Tue Dec 20 03:13:17 2005 UTC (17 years, 3 months ago) by gross
laplace benchmarks added

Revision 382 - Directory Listing
Modified Mon Dec 19 06:09:49 2005 UTC (17 years, 3 months ago) by gross
run finley benchmark

Revision 303 - Directory Listing
Modified Fri Dec 2 05:54:01 2005 UTC (17 years, 3 months ago) by gross
is now in modellib

Revision 302 - Directory Listing
Modified Fri Dec 2 05:51:51 2005 UTC (17 years, 3 months ago) by gross
runs again

Revision 301 - Directory Listing
Modified Fri Dec 2 05:49:29 2005 UTC (17 years, 3 months ago) by gross
runs again

Revision 300 - Directory Listing
Modified Fri Dec 2 05:47:17 2005 UTC (17 years, 3 months ago) by gross
runs again

Revision 299 - Directory Listing
Modified Fri Dec 2 05:45:38 2005 UTC (17 years, 3 months ago) by gross
runs again

Revision 298 - Directory Listing
Modified Fri Dec 2 05:42:11 2005 UTC (17 years, 3 months ago) by gross
runs again

Revision 296 - Directory Listing
Modified Fri Dec 2 03:55:36 2005 UTC (17 years, 3 months ago) by gross
test passes now

Revision 294 - Directory Listing
Modified Fri Dec 2 03:47:30 2005 UTC (17 years, 3 months ago) by gross
test of symbols.py with python

Revision 284 - Directory Listing
Modified Thu Dec 1 06:39:23 2005 UTC (17 years, 3 months ago) by gross
test are passed now

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 154 - Directory Listing
Modified Mon Nov 7 05:51:17 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch dev-02 back to main trunk on 2005-11-07


Revision 153 - Directory Listing
Modified Tue Oct 25 01:51:20 2005 UTC (17 years, 5 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch dev-02 back to main trunk on 2005-10-25


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/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.


Revision 150 - Directory Listing
Modified Thu Sep 15 03:44:45 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch dev-02 back to main trunk on 2005-09-15


Revision 149 - Directory Listing
Modified Thu Sep 1 03:31:39 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch dev-02 back to main trunk on 2005-09-01


Revision 148 - Directory Listing
Modified Tue Aug 23 01:24:31 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch dev-02 back to main trunk on 2005-08-23


Revision 147 - Directory Listing
Modified Fri Aug 12 01:45:47 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
erge of development branch dev-02 back to main trunk on 2005-08-12


Revision 141 - Directory Listing
Modified Mon Jul 25 05:15:41 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
fixed to work with new python source/install directory structure


Revision 126 - Directory Listing
Modified Fri Jul 22 03:53:08 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch back to main trunk on 2005-07-22


Revision 123 - Directory Listing
Modified Fri Jul 8 04:08:13 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch back to main trunk on 2005-07-08


Revision 122 - Directory Listing
Modified Thu Jun 9 05:38:05 2005 UTC (17 years, 9 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch back to main trunk on 2005-06-09


Revision 121 - Directory Listing
Modified Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Merge of development branch back to main trunk on 2005-05-06


Revision 117 - Directory Listing
Modified Fri Apr 1 05:48:57 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 115 - Directory Listing
Modified Fri Mar 4 07:12:47 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 113 - Directory Listing
Modified Mon Feb 28 07:06:33 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 110 - Directory Listing
Modified Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 108 - Directory Listing
Modified Thu Jan 27 06:21:59 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 104 - Directory Listing
Modified Fri Dec 17 07:43:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 102 - Directory Listing
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 100 - Directory Listing
Modified Wed Dec 15 03:48:48 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 97 - Directory Listing
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
*** empty log message ***


Revision 82 - Directory Listing
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 4 months ago) by jgs
Original Path: trunk/esys2/finley/test/python
Initial revision


  ViewVC Help
Powered by ViewVC 1.1.26