Log of /trunk/escript/py_src
Directory Listing
Revision
728 -
Directory Listing
Modified
Mon May 15 02:01:18 2006 UTC
(16 years, 10 months ago)
by
gross
modelframe test examples work now
Revision
727 -
Directory Listing
Modified
Fri May 12 06:31:06 2006 UTC
(16 years, 10 months ago)
by
gross
In case of an error in paso a seg fault occured. this was caused by
inproper deallocation of memory in this case. this problem is fixed now.
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
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
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
657 -
Directory Listing
Modified
Fri Mar 24 08:28:15 2006 UTC
(17 years ago)
by
gross
some typos fixed
Revision
637 -
Directory Listing
Modified
Thu Mar 23 10:55:31 2006 UTC
(17 years ago)
by
gross
more copyright statements added
Revision
621 -
Directory Listing
Modified
Wed Mar 22 07:44:18 2006 UTC
(17 years ago)
by
gross
bugs in test fixed
Revision
614 -
Directory Listing
Modified
Wed Mar 22 01:37:07 2006 UTC
(17 years ago)
by
elspeth
Corrected spelling of 'license' in url so that the link actually points to the license.
Revision
612 -
Directory Listing
Modified
Tue Mar 21 23:54:39 2006 UTC
(17 years ago)
by
gross
strange problem with import numarray.linear_algebra fixed
Revision
609 -
Directory Listing
Modified
Tue Mar 21 09:46:39 2006 UTC
(17 years ago)
by
elspeth
Updated copyright and licence notices.
Revision
608 -
Directory Listing
Modified
Tue Mar 21 09:46:06 2006 UTC
(17 years ago)
by
elspeth
moved "import numarray.linear_algebra" to function that uses it, in case it is not installed
Revision
596 -
Directory Listing
Modified
Wed Mar 15 22:41:23 2006 UTC
(17 years ago)
by
gross
some work on AdvectivePDE for the scalar case
Revision
588 -
Directory Listing
Modified
Fri Mar 10 04:45:04 2006 UTC
(17 years ago)
by
gross
1D and 3D tests for eigenvalues_and_eigenvector added.
Revision
587 -
Directory Listing
Modified
Fri Mar 10 02:26:50 2006 UTC
(17 years ago)
by
gross
eigenvalues_and_eigenvector fucntion added. test for 2D problem is added and is passed.
Revision
585 -
Directory Listing
Modified
Thu Mar 9 23:47:42 2006 UTC
(17 years ago)
by
gross
problem with eigenvalue of zero matrix fixed (thanks Dr Hale)
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
574 -
Directory Listing
Modified
Thu Mar 2 06:31:24 2006 UTC
(17 years ago)
by
gross
some modifications on eigenvalues to make it a bit more robust.
Revision
554 -
Directory Listing
Modified
Wed Feb 22 04:02:54 2006 UTC
(17 years, 1 month ago)
by
gross
tests for tagged data fixed. test failing on maxval with segmenation fault (peinlich, peinlich)
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
536 -
Directory Listing
Modified
Fri Feb 17 03:20:53 2006 UTC
(17 years, 1 month ago)
by
gross
symmetric and nonsymmetric part functions added
Revision
531 -
Directory Listing
Modified
Wed Feb 15 08:11:10 2006 UTC
(17 years, 1 month ago)
by
gross
a new version of lumping implemented (does not need a stiffness matrix)
Revision
530 -
Directory Listing
Modified
Wed Feb 15 07:11:00 2006 UTC
(17 years, 1 month ago)
by
gross
eigenvalues is working now
Revision
529 -
Directory Listing
Modified
Wed Feb 15 03:58:50 2006 UTC
(17 years, 1 month ago)
by
gross
small bugs in eigenvalues function fixed. 3x3 on data still given wrong results
Revision
528 -
Directory Listing
Modified
Wed Feb 15 02:20:33 2006 UTC
(17 years, 1 month ago)
by
gross
local eigenvalues added (not tested yet)
Revision
525 -
Directory Listing
Modified
Tue Feb 14 06:56:13 2006 UTC
(17 years, 1 month ago)
by
gross
rob's strange NoPDE class added
Revision
517 -
Directory Listing
Modified
Tue Feb 14 02:25:02 2006 UTC
(17 years, 1 month ago)
by
gross
tests for __getitem__ added
Revision
493 -
Directory Listing
Modified
Fri Feb 3 02:18:45 2006 UTC
(17 years, 1 month ago)
by
gross
transpose added (just for me)
Revision
492 -
Directory Listing
Modified
Fri Feb 3 02:07:24 2006 UTC
(17 years, 1 month ago)
by
gross
transpose function added
Revision
462 -
Directory Listing
Modified
Wed Jan 25 00:02:03 2006 UTC
(17 years, 1 month ago)
by
gross
traceback added
Revision
458 -
Directory Listing
Modified
Tue Jan 24 06:20:50 2006 UTC
(17 years, 1 month ago)
by
gross
None options are excepted now. makes life a bit easier
Revision
451 -
Directory Listing
Modified
Mon Jan 23 23:45:43 2006 UTC
(17 years, 1 month ago)
by
gross
failing rin is catched now.
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
441 -
Directory Listing
Modified
Fri Jan 20 03:40:39 2006 UTC
(17 years, 2 months ago)
by
gross
and finally test for the divergence operator added. div() has been modified to take Symbol arguments
Revision
440 -
Directory Listing
Modified
Fri Jan 20 02:15:48 2006 UTC
(17 years, 2 months ago)
by
gross
tests for normals at boundary and contact region added
Revision
439 -
Directory Listing
Modified
Fri Jan 20 01:46:22 2006 UTC
(17 years, 2 months ago)
by
gross
tests for interpolation added
Revision
438 -
Directory Listing
Modified
Fri Jan 20 00:39:00 2006 UTC
(17 years, 2 months ago)
by
gross
test for the grad fucntion added
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
434 -
Directory Listing
Modified
Thu Jan 19 01:53:16 2006 UTC
(17 years, 2 months ago)
by
gross
prints out the benchmark been started
Revision
433 -
Directory Listing
Modified
Tue Jan 17 23:54:38 2006 UTC
(17 years, 2 months ago)
by
gross
new function inverse and tests added
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
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years, 2 months ago)
by
gross
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
429 -
Directory Listing
Modified
Wed Jan 11 05:53:40 2006 UTC
(17 years, 2 months ago)
by
gross
new implementation and testing for trace function
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
414 -
Directory Listing
Modified
Wed Jan 4 05:29:05 2006 UTC
(17 years, 2 months ago)
by
gross
bug in CPP substitute fixed.
Revision
413 -
Directory Listing
Modified
Tue Jan 3 08:27:19 2006 UTC
(17 years, 2 months ago)
by
gross
inner returns right functionspace now
Revision
410 -
Directory Listing
Modified
Fri Dec 23 01:27:38 2005 UTC
(17 years, 3 months ago)
by
gross
bug fixed
Revision
409 -
Directory Listing
Modified
Fri Dec 23 01:13:41 2005 UTC
(17 years, 3 months ago)
by
gross
bug fixed
Revision
400 -
Directory Listing
Modified
Wed Dec 21 23:13:39 2005 UTC
(17 years, 3 months ago)
by
gross
Some chnages required for oder numarray versions. mai problem is that
operations on array objects with rank 0 sometimes return float rather
than arrays. This problem seems to be fixed in newer releases.
Revision
397 -
Directory Listing
Modified
Wed Dec 21 05:11:31 2005 UTC
(17 years, 3 months ago)
by
gross
typo fixed
Revision
396 -
Directory Listing
Modified
Wed Dec 21 05:08:25 2005 UTC
(17 years, 3 months ago)
by
gross
tests for clip, maximum, minimum added
Revision
395 -
Directory Listing
Modified
Wed Dec 21 02:41:59 2005 UTC
(17 years, 3 months ago)
by
gross
test is splitted to reduce memory demand during compilation
Revision
393 -
Directory Listing
Modified
Tue Dec 20 05:40:43 2005 UTC
(17 years, 3 months ago)
by
gross
set number of threads works now
Revision
390 -
Directory Listing
Modified
Tue Dec 20 03:39:24 2005 UTC
(17 years, 3 months ago)
by
gross
os.loginname does not work under pbs. the exception is caught now
Revision
387 -
Directory Listing
Modified
Tue Dec 20 00:37:20 2005 UTC
(17 years, 3 months ago)
by
gross
scale allows now to switch on and off certain problems
Revision
386 -
Directory Listing
Modified
Tue Dec 20 00:31:52 2005 UTC
(17 years, 3 months ago)
by
gross
the number of problems to run is now the less or equal then len(scale) and less or equal number of problems. This allows easier control
Revision
385 -
Directory Listing
Modified
Mon Dec 19 06:12:14 2005 UTC
(17 years, 3 months ago)
by
gross
filerrs added
Revision
379 -
Directory Listing
Modified
Mon Dec 19 01:10:34 2005 UTC
(17 years, 3 months ago)
by
gross
a filetr added
Revision
378 -
Directory Listing
Modified
Fri Dec 16 09:02:28 2005 UTC
(17 years, 3 months ago)
by
gross
clip added
Revision
364 -
Directory Listing
Modified
Thu Dec 15 04:38:28 2005 UTC
(17 years, 3 months ago)
by
gross
a simple environment to run benchmarks (mainly for testing solvers)
Revision
353 -
Directory Listing
Modified
Wed Dec 14 04:13:59 2005 UTC
(17 years, 3 months ago)
by
gross
bug fixed (thanks to Estelle)
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 3 months ago)
by
jgs
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
351 -
Directory Listing
Modified
Tue Dec 13 09:12:15 2005 UTC
(17 years, 3 months ago)
by
gross
time integration manger added
Revision
349 -
Directory Listing
Modified
Tue Dec 13 07:35:31 2005 UTC
(17 years, 3 months ago)
by
gross
bug fixed
Revision
348 -
Directory Listing
Modified
Tue Dec 13 07:33:10 2005 UTC
(17 years, 3 months ago)
by
gross
advection diffusion class added
Revision
345 -
Directory Listing
Modified
Tue Dec 13 05:23:45 2005 UTC
(17 years, 3 months ago)
by
gross
advection diffusion class added
Revision
341 -
Directory Listing
Modified
Mon Dec 12 05:26:10 2005 UTC
(17 years, 3 months ago)
by
gross
some fixes to make the test to run for older numarray versions
Revision
329 -
Directory Listing
Modified
Wed Dec 7 04:42:43 2005 UTC
(17 years, 3 months ago)
by
gross
fixing the problem that older versions of numarray don't have a sign method
Revision
328 -
Directory Listing
Modified
Wed Dec 7 04:41:53 2005 UTC
(17 years, 3 months ago)
by
gross
start to remove slicing opertions
Revision
322 -
Directory Listing
Modified
Tue Dec 6 04:53:30 2005 UTC
(17 years, 3 months ago)
by
jgs
add modelframe.py to list of python modules to install
Revision
313 -
Directory Listing
Modified
Mon Dec 5 07:01:36 2005 UTC
(17 years, 3 months ago)
by
gross
and a bit more tests
Revision
312 -
Directory Listing
Modified
Mon Dec 5 07:01:00 2005 UTC
(17 years, 3 months ago)
by
gross
reimplementation of maxval,minval and length. small bug in generalTensorProduct fixed
Revision
304 -
Directory Listing
Modified
Fri Dec 2 06:04:06 2005 UTC
(17 years, 3 months ago)
by
gross
changes in util.py worked in
Revision
293 -
Directory Listing
Modified
Fri Dec 2 03:46:39 2005 UTC
(17 years, 3 months ago)
by
gross
updated
Revision
292 -
Directory Listing
Modified
Fri Dec 2 03:11:04 2005 UTC
(17 years, 3 months ago)
by
gross
complete test set for generalTensorProduct and friends added.
Revision
291 -
Directory Listing
Modified
Fri Dec 2 03:10:06 2005 UTC
(17 years, 3 months ago)
by
gross
just my private test generator
Revision
290 -
Directory Listing
Modified
Fri Dec 2 03:09:32 2005 UTC
(17 years, 3 months ago)
by
gross
some minor bugs in util.py fixed.
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 3 months ago)
by
jgs
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
287 -
Directory Listing
Modified
Thu Dec 1 06:40:51 2005 UTC
(17 years, 3 months ago)
by
gross
more tests added
Revision
283 -
Directory Listing
Modified
Wed Nov 30 23:35:29 2005 UTC
(17 years, 3 months ago)
by
gross
some stuff
Revision
282 -
Directory Listing
Modified
Wed Nov 30 09:18:38 2005 UTC
(17 years, 3 months ago)
by
elspeth
Fixed XML duplication in output bug.
Revision
269 -
Directory Listing
Modified
Wed Nov 30 01:59:55 2005 UTC
(17 years, 3 months ago)
by
elspeth
Fixed typos and import problems
Revision
268 -
Directory Listing
Modified
Wed Nov 30 01:39:47 2005 UTC
(17 years, 3 months ago)
by
jgs
setup scons configuration to make and install python code
Revision
266 -
Directory Listing
Modified
Wed Nov 30 00:21:51 2005 UTC
(17 years, 3 months ago)
by
elspeth
Added handling for NoneType
Revision
265 -
Directory Listing
Modified
Tue Nov 29 22:56:08 2005 UTC
(17 years, 3 months ago)
by
elspeth
Minor bugfix - should now actually run simulations
Revision
260 -
Directory Listing
Modified
Tue Nov 29 07:34:06 2005 UTC
(17 years, 3 months ago)
by
gross
small fix
Revision
250 -
Directory Listing
Modified
Tue Nov 29 05:32:57 2005 UTC
(17 years, 3 months ago)
by
gross
initial checkin
Revision
157 -
Directory Listing
Modified
Wed Nov 9 10:01:06 2005 UTC
(17 years, 4 months ago)
by
gross
initial checkin
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
124 -
Directory Listing
Modified
Wed Jul 20 06:14:58 2005 UTC
(17 years, 8 months ago)
by
jgs
Original Path:
trunk/esys2/escript/py_src
added ln(data) style wrapper for data.ln() - also added corresponding
implementation of Ln_Symbol class (not sure if this is right though)