/[escript]/trunk/escript/py_src/util.py
ViewVC logotype

Log of /trunk/escript/py_src/util.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 785 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 03:48:10 2006 UTC (16 years, 8 months ago) by gross
File length: 209319 byte(s)
Diff to previous 775
some new functions around tensor product added.

Revision 775 - (view) (annotate) - [select for diffs]
Modified Mon Jul 10 04:00:08 2006 UTC (16 years, 8 months ago) by ksteube
File length: 189794 byte(s)
Diff to previous 720
Modified the following python methods in escript/py_src/util.py to
call faster C++ methods:
	escript_trace
	escript_transpose
	escript_symmetric
	escript_nonsymmetric


Revision 720 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 10:16:05 2006 UTC (16 years, 11 months ago) by gross
File length: 194186 byte(s)
Diff to previous 698
formatting errors in epydoc tags fixed

Revision 698 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 04:52:55 2006 UTC (17 years ago) by gross
File length: 194086 byte(s)
Diff to previous 637
test with tagged data pass now

Revision 637 - (view) (annotate) - [select for diffs]
Modified Thu Mar 23 10:55:31 2006 UTC (17 years ago) by gross
File length: 194226 byte(s)
Diff to previous 614
more copyright statements added

Revision 614 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 01:37:07 2006 UTC (17 years ago) by elspeth
File length: 194263 byte(s)
Diff to previous 612
Corrected spelling of 'license' in url so that the link actually points to the license.


Revision 612 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 23:54:39 2006 UTC (17 years ago) by gross
File length: 194263 byte(s)
Diff to previous 608
strange problem with import numarray.linear_algebra fixed

Revision 608 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 09:46:06 2006 UTC (17 years ago) by elspeth
File length: 194470 byte(s)
Diff to previous 588
moved "import numarray.linear_algebra" to function that uses it, in case it is not installed


Revision 588 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 04:45:04 2006 UTC (17 years ago) by gross
File length: 194603 byte(s)
Diff to previous 587
1D and 3D tests for eigenvalues_and_eigenvector added.

Revision 587 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 02:26:50 2006 UTC (17 years ago) by gross
File length: 194487 byte(s)
Diff to previous 585
eigenvalues_and_eigenvector fucntion added. test for 2D problem is added and is passed.

Revision 585 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 23:47:42 2006 UTC (17 years ago) by gross
File length: 193251 byte(s)
Diff to previous 580
problem with eigenvalue of zero matrix fixed (thanks Dr Hale)

Revision 580 - (view) (annotate) - [select for diffs]
Modified Wed Mar 8 05:45:51 2006 UTC (17 years ago) by gross
File length: 193084 byte(s)
Diff to previous 574
faster version of the local eigenvalue calculation

Revision 574 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 06:31:24 2006 UTC (17 years ago) by gross
File length: 195764 byte(s)
Diff to previous 550
some modifications on eigenvalues to make it a bit more robust.

Revision 550 - (view) (annotate) - [select for diffs]
Modified Wed Feb 22 02:14:38 2006 UTC (17 years, 1 month ago) by gross
File length: 194127 byte(s)
Diff to previous 536
more tests on slicing

Revision 536 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 03:20:53 2006 UTC (17 years, 1 month ago) by gross
File length: 189657 byte(s)
Diff to previous 530
symmetric and nonsymmetric part functions added

Revision 530 - (view) (annotate) - [select for diffs]
Modified Wed Feb 15 07:11:00 2006 UTC (17 years, 1 month ago) by gross
File length: 188830 byte(s)
Diff to previous 529
eigenvalues is working now

Revision 529 - (view) (annotate) - [select for diffs]
Modified Wed Feb 15 03:58:50 2006 UTC (17 years, 1 month ago) by gross
File length: 187349 byte(s)
Diff to previous 528
small bugs in eigenvalues function fixed. 3x3 on data still given wrong results

Revision 528 - (view) (annotate) - [select for diffs]
Modified Wed Feb 15 02:20:33 2006 UTC (17 years, 1 month ago) by gross
File length: 187277 byte(s)
Diff to previous 517
local eigenvalues added (not tested yet)

Revision 517 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 02:25:02 2006 UTC (17 years, 1 month ago) by gross
File length: 184720 byte(s)
Diff to previous 492
tests for __getitem__ added

Revision 492 - (view) (annotate) - [select for diffs]
Modified Fri Feb 3 02:07:24 2006 UTC (17 years, 1 month ago) by gross
File length: 180658 byte(s)
Diff to previous 443
transpose function added

Revision 443 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 06:22:38 2006 UTC (17 years, 2 months ago) by gross
File length: 174250 byte(s)
Diff to previous 442
L2 function added

Revision 442 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 04:39:43 2006 UTC (17 years, 2 months ago) by gross
File length: 173901 byte(s)
Diff to previous 441
kronecker (and relatives) take now a FunctionSpace as argument and return a Data object in tthis functionspace

Revision 441 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 03:40:39 2006 UTC (17 years, 2 months ago) by gross
File length: 173551 byte(s)
Diff to previous 437
and finally test for the divergence operator added. div() has been modified to take Symbol arguments

Revision 437 - (view) (annotate) - [select for diffs]
Modified Fri Jan 20 00:16:58 2006 UTC (17 years, 2 months ago) by gross
File length: 173545 byte(s)
Diff to previous 433
comprehensive testing for integrate function added. tests for grad will be added in the next check in. GradTest is obsolete now.

Revision 433 - (view) (annotate) - [select for diffs]
Modified Tue Jan 17 23:54:38 2006 UTC (17 years, 2 months ago) by gross
File length: 173563 byte(s)
Diff to previous 429
new function inverse and tests added

Revision 429 - (view) (annotate) - [select for diffs]
Modified Wed Jan 11 05:53:40 2006 UTC (17 years, 2 months ago) by gross
File length: 167666 byte(s)
Diff to previous 414
new implementation and testing for trace function

Revision 414 - (view) (annotate) - [select for diffs]
Modified Wed Jan 4 05:29:05 2006 UTC (17 years, 2 months ago) by gross
File length: 150722 byte(s)
Diff to previous 413
bug in CPP substitute fixed.

Revision 413 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 08:27:19 2006 UTC (17 years, 2 months ago) by gross
File length: 150722 byte(s)
Diff to previous 400
inner returns right functionspace now

Revision 400 - (view) (annotate) - [select for diffs]
Modified Wed Dec 21 23:13:39 2005 UTC (17 years, 3 months ago) by gross
File length: 150582 byte(s)
Diff to previous 397
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 - (view) (annotate) - [select for diffs]
Modified Wed Dec 21 05:11:31 2005 UTC (17 years, 3 months ago) by gross
File length: 150573 byte(s)
Diff to previous 396
typo fixed

Revision 396 - (view) (annotate) - [select for diffs]
Modified Wed Dec 21 05:08:25 2005 UTC (17 years, 3 months ago) by gross
File length: 150615 byte(s)
Diff to previous 378
tests for clip, maximum, minimum added

Revision 378 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 09:02:28 2005 UTC (17 years, 3 months ago) by gross
File length: 150782 byte(s)
Diff to previous 353
clip added

Revision 353 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 04:13:59 2005 UTC (17 years, 3 months ago) by gross
File length: 150001 byte(s)
Diff to previous 341
bug fixed (thanks to Estelle)

Revision 341 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 05:26:10 2005 UTC (17 years, 3 months ago) by gross
File length: 150047 byte(s)
Diff to previous 329
some fixes to make the test to run for older numarray versions

Revision 329 - (view) (annotate) - [select for diffs]
Modified Wed Dec 7 04:42:43 2005 UTC (17 years, 3 months ago) by gross
File length: 149021 byte(s)
Diff to previous 312
fixing the problem that older versions of numarray don't have a sign method

Revision 312 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 07:01:00 2005 UTC (17 years, 3 months ago) by gross
File length: 149002 byte(s)
Diff to previous 290
reimplementation of maxval,minval and length. small bug in generalTensorProduct fixed

Revision 290 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 03:09:32 2005 UTC (17 years, 3 months ago) by gross
File length: 144482 byte(s)
Diff to previous 155
some minor bugs in util.py fixed.

Revision 155 - (view) (annotate) - [select for diffs]
Modified Wed Nov 9 02:02:19 2005 UTC (17 years, 4 months ago) by jgs
File length: 21503 byte(s)
Diff to previous 154
move all directories from trunk/esys2 into trunk and remove esys2


Revision 154 - (view) (annotate) - [select for diffs]
Modified Mon Nov 7 05:51:17 2005 UTC (17 years, 4 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 21503 byte(s)
Diff to previous 153
Merge of development branch dev-02 back to main trunk on 2005-11-07


Revision 153 - (view) (annotate) - [select for diffs]
Modified Tue Oct 25 01:51:20 2005 UTC (17 years, 5 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 21502 byte(s)
Diff to previous 150
Merge of development branch dev-02 back to main trunk on 2005-10-25


Revision 150 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 03:44:45 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 25359 byte(s)
Diff to previous 149
Merge of development branch dev-02 back to main trunk on 2005-09-15


Revision 149 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 03:31:39 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 43121 byte(s)
Diff to previous 148
Merge of development branch dev-02 back to main trunk on 2005-09-01


Revision 148 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 01:24:31 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 41409 byte(s)
Diff to previous 147
Merge of development branch dev-02 back to main trunk on 2005-08-23


Revision 147 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 01:45:47 2005 UTC (17 years, 7 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 41602 byte(s)
Diff to previous 142
erge of development branch dev-02 back to main trunk on 2005-08-12


Revision 142 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 05:28:20 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 40907 byte(s)
Diff to previous 126
Merge of development branch back to main trunk on 2005-07-25


Revision 126 - (view) (annotate) - [select for diffs]
Modified Fri Jul 22 03:53:08 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 40710 byte(s)
Diff to previous 124
Merge of development branch back to main trunk on 2005-07-22


Revision 124 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 06:14:58 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 39957 byte(s)
Diff to previous 123
added ln(data) style wrapper for data.ln() - also added corresponding
implementation of Ln_Symbol class (not sure if this is right though)


Revision 123 - (view) (annotate) - [select for diffs]
Modified Fri Jul 8 04:08:13 2005 UTC (17 years, 8 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 39052 byte(s)
Diff to previous 122
Merge of development branch back to main trunk on 2005-07-08


Revision 122 - (view) (annotate) - [select for diffs]
Modified Thu Jun 9 05:38:05 2005 UTC (17 years, 9 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 12104 byte(s)
Diff to previous 117
Merge of development branch back to main trunk on 2005-06-09


Revision 117 - (view) (annotate) - [select for diffs]
Modified Fri Apr 1 05:48:57 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 9534 byte(s)
Diff to previous 113
*** empty log message ***


Revision 113 - (view) (annotate) - [select for diffs]
Modified Mon Feb 28 07:06:33 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 9097 byte(s)
Diff to previous 108
*** empty log message ***


Revision 108 - (view) (annotate) - [select for diffs]
Modified Thu Jan 27 06:21:59 2005 UTC (18 years, 2 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 7426 byte(s)
Diff to previous 104
*** empty log message ***


Revision 104 - (view) (annotate) - [select for diffs]
Modified Fri Dec 17 07:43:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 6138 byte(s)
Diff to previous 102
*** empty log message ***


Revision 102 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 4659 byte(s)
Diff to previous 100
*** empty log message ***


Revision 100 - (view) (annotate) - [select for diffs]
Modified Wed Dec 15 03:48:48 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 3250 byte(s)
Diff to previous 97
*** empty log message ***


Revision 97 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 05:39:33 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 5793 byte(s)
Diff to previous 88
*** empty log message ***


Revision 88 - (view) (annotate) - [select for diffs]
Modified Wed Oct 27 00:23:36 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 3179 byte(s)
Diff to previous 82
fixed minor syntax error


Revision 82 - (view) (annotate) - [select for diffs]
Added Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/escript/py_src/util.py
File length: 3093 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26