Log of /trunk/escript/src
Directory Listing
Revision
876 -
Directory Listing
Modified
Thu Oct 19 03:50:23 2006 UTC
(16 years, 3 months ago)
by
ksteube
Added erf (error function) implementation
Revision
856 -
Directory Listing
Modified
Tue Sep 26 01:00:36 2006 UTC
(16 years, 4 months ago)
by
gross
data print shows now the element reference number
Revision
854 -
Directory Listing
Modified
Thu Sep 21 05:29:42 2006 UTC
(16 years, 4 months ago)
by
gross
Some modifications to the binary operations +,-,*/, pow.
The code is a bit simpler now and more efficient has there is
no reseising required now. the resizing method has been removed as
it is very, very inefficient. Even serial code should be faster now.
It is now forbidden to do an inplace update of scalar data object with an object
of rank >0 as this is very slow (and does not make much sense).
Revision
826 -
Directory Listing
Modified
Tue Aug 29 09:12:33 2006 UTC
(16 years, 5 months ago)
by
gross
ken and I did not have a good afternoon. our checkin was very buggy. fixed
Revision
824 -
Directory Listing
Modified
Tue Aug 29 05:22:50 2006 UTC
(16 years, 5 months ago)
by
ksteube
C_GeneralTensorProduct was modifying the function space of the
first arg. Now creating a shallow copy and using the copy to
avoid this.
Revision
814 -
Directory Listing
Modified
Wed Aug 23 09:31:10 2006 UTC
(16 years, 5 months ago)
by
gross
small bug in general tensor propduct fixed
Revision
813 -
Directory Listing
Modified
Mon Aug 21 02:08:47 2006 UTC
(16 years, 5 months ago)
by
ksteube
Tensor products for Data objects are now computed by a C++ method
C_GeneralTensorProduct, which calls C function matrix_matrix_product
to do the actual calculation.
Can perform product with either input transposed in place, meaning
without first computing the transpose in a separate step.
Revision
804 -
Directory Listing
Modified
Thu Aug 10 01:12:16 2006 UTC
(16 years, 5 months ago)
by
gross
the new function swap_axes + tests added. (It replaces swap).
Revision
800 -
Directory Listing
Modified
Tue Aug 8 11:23:18 2006 UTC
(16 years, 6 months ago)
by
gross
new function _swap. Python wrapper + testing is still missing.
Revision
798 -
Directory Listing
Modified
Fri Aug 4 01:05:36 2006 UTC
(16 years, 6 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
797 -
Directory Listing
Modified
Thu Aug 3 02:03:18 2006 UTC
(16 years, 6 months ago)
by
gross
function added to manually free unused memory in the memory manager
Revision
790 -
Directory Listing
Modified
Wed Jul 26 23:12:34 2006 UTC
(16 years, 6 months ago)
by
bcumming
changes to escript/py_src/pdetools.py and /escript/src/Data.h/.cpp to
make the Locator work in MPI. escript::Data::mindp now returns a 3 tuple,
with the MPI rank of the process on which the minimum value occurs
included. escript::Data::convertToNumArrayFromDPNo also takes the ProcNo
to perform the MPI reduction.
This had to be implemented in both the MPI and non-MPI versions to allow
the necesary changes to the Python code in pdetools.py. In the non-MPI
version ProcNo is set to 0. This works for the explicit scripts tested
thus far, however if it causes problems in your scripts contact Ben or
Lutz, or revert the three files (pdetools.py, Data.h and Data.cpp) to
the previous version.
Revision
789 -
Directory Listing
Modified
Wed Jul 26 05:41:11 2006 UTC
(16 years, 6 months ago)
by
dhawcroft
Inserted PASO_MPI macro in Data.h to match source file
Revision
783 -
Directory Listing
Modified
Tue Jul 18 01:32:50 2006 UTC
(16 years, 6 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
782 -
Directory Listing
Modified
Tue Jul 18 00:47:47 2006 UTC
(16 years, 6 months ago)
by
bcumming
Large number of changes to Finley for meshing in MPI.
- optimisation and neatening up of rectcanglular mesh generation code
- first and second order 1D, 2D and 3D rectangular meshes are now
available in finley and escript using MPI.
- reduced meshes now generated in MPI, and interpolation to and from
reduced data types now supported.
Revision
779 -
Directory Listing
Modified
Fri Jul 14 07:41:31 2006 UTC
(16 years, 6 months ago)
by
woo409
+ Updated compilation options for Cognac to squeeze out a bit more performance
+ Now compiles using the Intel Math headers (mathimf.h) rather than plain math.h on both Win32 and Linux platforms when using the Intel compiler. Gives a small boost to performance on Altix and is essential on Windows
Revision
775 -
Directory Listing
Modified
Mon Jul 10 04:00:08 2006 UTC
(16 years, 7 months ago)
by
ksteube
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
767 -
Directory Listing
Modified
Fri Jun 30 07:29:08 2006 UTC
(16 years, 7 months ago)
by
gross
new FunctionSpace method setTags added
Revision
758 -
Directory Listing
Modified
Mon Jun 26 13:52:42 2006 UTC
(16 years, 7 months ago)
by
woo409
+ Added PASO_MPI conditional compilation guard to prevent inclusion of mpi.h when not using mpi.
Trunk now compiles and runs on both win32 and linux.
Revision
757 -
Directory Listing
Modified
Mon Jun 26 13:12:56 2006 UTC
(16 years, 7 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
751 -
Directory Listing
Modified
Mon Jun 26 01:46:34 2006 UTC
(16 years, 7 months ago)
by
bcumming
Changes relating to the MPI version of escript
The standard OpenMP version of escript is unchanged
- updated data types (Finley_Mesh, Finley_NodeFile, etc) to store meshes
over multiple MPI processes.
- added CommBuffer code in Paso for communication of Data associated
with distributed meshes
- updates in Finley and Escript to support distributed data and operations
on distributed data (such as interpolation).
- construction of RHS in MPI, so that simple explicit schemes (such as
/docs/examples/wave.py without IO and the Locator) can run in MPI.
- updated mesh generation for first order line, rectangle and brick
meshes and second order line meshes in MPI.
- small changes to trunk/SConstruct and trunk/scons/ess_options.py to
build the MPI version, these changes are turned off by default.
Revision
711 -
Directory Listing
Modified
Wed Apr 26 22:39:51 2006 UTC
(16 years, 9 months ago)
by
gross
tests pass now on gcc: some tests did not take round-off errors into consideration
Revision
700 -
Directory Listing
Modified
Thu Apr 6 00:13:40 2006 UTC
(16 years, 10 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, 10 months ago)
by
gross
now float**Data is running
Revision
698 -
Directory Listing
Modified
Fri Mar 31 04:52:55 2006 UTC
(16 years, 10 months ago)
by
gross
test with tagged data pass now
Revision
697 -
Directory Listing
Modified
Fri Mar 31 04:48:56 2006 UTC
(16 years, 10 months ago)
by
gross
bug with tagged data fixed
Revision
693 -
Directory Listing
Modified
Thu Mar 30 08:34:08 2006 UTC
(16 years, 10 months ago)
by
gross
DataVariable removed. it is not used.
Revision
682 -
Directory Listing
Modified
Mon Mar 27 02:43:09 2006 UTC
(16 years, 10 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
615 -
Directory Listing
Modified
Wed Mar 22 02:12:00 2006 UTC
(16 years, 10 months ago)
by
elspeth
More copyright information.
Revision
595 -
Directory Listing
Modified
Tue Mar 14 23:52:45 2006 UTC
(16 years, 10 months ago)
by
gross
test_utilOnFinley fixed (did run the tests that still fail)
Revision
594 -
Directory Listing
Modified
Tue Mar 14 23:36:08 2006 UTC
(16 years, 10 months ago)
by
gross
print message removed
Revision
588 -
Directory Listing
Modified
Fri Mar 10 04:45:04 2006 UTC
(16 years, 11 months 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
(16 years, 11 months 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
(16 years, 11 months ago)
by
gross
problem with eigenvalue of zero matrix fixed (thanks Dr Hale)
Revision
584 -
Directory Listing
Modified
Thu Mar 9 23:03:38 2006 UTC
(16 years, 11 months ago)
by
gross
eigenvalues: compiles and passes tests on altix now
Revision
583 -
Directory Listing
Modified
Wed Mar 8 08:15:34 2006 UTC
(16 years, 11 months ago)
by
gross
_eigenvalues_and_eigenvector method added of data object. the algorithm has been tested on floats in python but not on data objects.
Revision
580 -
Directory Listing
Modified
Wed Mar 8 05:45:51 2006 UTC
(16 years, 11 months ago)
by
gross
faster version of the local eigenvalue calculation
Revision
577 -
Directory Listing
Modified
Fri Mar 3 08:32:16 2006 UTC
(16 years, 11 months ago)
by
gross
installation of new inc file
Revision
576 -
Directory Listing
Modified
Fri Mar 3 08:28:42 2006 UTC
(16 years, 11 months ago)
by
gross
some steps towards eigenvalue and eigenvector calculation
Revision
571 -
Directory Listing
Modified
Tue Feb 28 06:53:17 2006 UTC
(16 years, 11 months ago)
by
jgs
modify whereZero etc methods to also accept a tolerance parameter
Revision
562 -
Directory Listing
Modified
Thu Feb 23 05:03:16 2006 UTC
(16 years, 11 months ago)
by
jgs
further fix for DataTAgged::dp_algorithm, was not working for DataTagged objects with 0 tags
Revision
559 -
Directory Listing
Modified
Thu Feb 23 01:43:44 2006 UTC
(16 years, 11 months ago)
by
jgs
reimplement dp_algorithm for DataTagged, existing
implementation was complete rubbish
(ich bin so beschämt!)
Revision
555 -
Directory Listing
Modified
Wed Feb 22 04:44:10 2006 UTC
(16 years, 11 months ago)
by
jgs
fixed binaryOp for combination of DataTagged and scalar values.
calculation of default value where RHS was a scalar was not yet
implemented
Revision
547 -
Directory Listing
Modified
Tue Feb 21 06:10:54 2006 UTC
(16 years, 11 months ago)
by
gross
solution and reduced solution can have reference numbers now!
Revision
544 -
Directory Listing
Modified
Tue Feb 21 01:23:23 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment fixes
Revision
543 -
Directory Listing
Modified
Tue Feb 21 01:18:38 2006 UTC
(16 years, 11 months ago)
by
jgs
fix BinaryOp for DataTagged values - existing implementation was adding
tags from RHS to LHS using RHS's default value - should have been using
LHS's default value! fixed now
Revision
541 -
Directory Listing
Modified
Mon Feb 20 06:50:39 2006 UTC
(16 years, 11 months ago)
by
jgs
ensure src and dest objects have matching tag sets in setSlice
by adding tags present in src but not in dest to dest using
dest's default value before doing actual slicing
Revision
535 -
Directory Listing
Modified
Fri Feb 17 02:27:06 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
519 -
Directory Listing
Modified
Tue Feb 14 05:30:50 2006 UTC
(16 years, 11 months ago)
by
jgs
fix comments for setSlice - were totally misleading!
Revision
513 -
Directory Listing
Modified
Mon Feb 13 04:46:51 2006 UTC
(16 years, 11 months ago)
by
jgs
comment and formatting changes
Revision
509 -
Directory Listing
Modified
Fri Feb 10 03:24:44 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
507 -
Directory Listing
Modified
Thu Feb 9 06:13:07 2006 UTC
(16 years, 11 months ago)
by
jgs
minor comment changes
Revision
500 -
Directory Listing
Modified
Tue Feb 7 05:19:07 2006 UTC
(17 years ago)
by
jgs
fix a reference indicator
Revision
496 -
Directory Listing
Modified
Tue Feb 7 01:27:14 2006 UTC
(17 years ago)
by
jgs
minor fix to DataTagged::getTagNumber
changes to comments and formatting
inline two methods
Revision
484 -
Directory Listing
Modified
Thu Feb 2 02:12:08 2006 UTC
(17 years ago)
by
jgs
add remainder of includes to SConscript includes install
Revision
481 -
Directory Listing
Modified
Wed Feb 1 05:57:50 2006 UTC
(17 years ago)
by
jgs
add mechanism to install .h files to inc directories
(still need to specify full lists of .h files to install)
Revision
480 -
Directory Listing
Modified
Wed Feb 1 05:15:12 2006 UTC
(17 years ago)
by
jgs
rationalise #includes and forward declarations
Revision
478 -
Directory Listing
Modified
Tue Jan 31 02:21:49 2006 UTC
(17 years ago)
by
jgs
rationalise #includes
Revision
477 -
Directory Listing
Modified
Mon Jan 30 07:20:20 2006 UTC
(17 years ago)
by
jgs
rationalise #includes
Revision
474 -
Directory Listing
Modified
Mon Jan 30 04:23:44 2006 UTC
(17 years ago)
by
jgs
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly
Revision
468 -
Directory Listing
Modified
Wed Jan 25 06:50:39 2006 UTC
(17 years ago)
by
jgs
reorganised esysUtils to remove inc directory
Revision
436 -
Directory Listing
Modified
Thu Jan 19 22:36:36 2006 UTC
(17 years ago)
by
gross
bug fixed in integrate method. don;t use a[i,j]=.. to set a value in the numeric::array a but
a[make_tuple(i,j)].
Revision
430 -
Directory Listing
Modified
Wed Jan 11 06:40:50 2006 UTC
(17 years ago)
by
gross
ILU has been replicated is called RILU (recursive ILU) now. ILU will now be reimplemented.
Revision
392 -
Directory Listing
Modified
Tue Dec 20 05:39:30 2005 UTC
(17 years, 1 month ago)
by
gross
Utils added for compilation
Revision
391 -
Directory Listing
Modified
Tue Dec 20 05:36:50 2005 UTC
(17 years, 1 month ago)
by
gross
intreface for setting the number of threads from python
Revision
358 -
Directory Listing
Modified
Wed Dec 14 07:55:19 2005 UTC
(17 years, 1 month ago)
by
cochrane
Updated link to epydoc generated documentation on the web site.
Revision
352 -
Directory Listing
Modified
Wed Dec 14 02:21:37 2005 UTC
(17 years, 1 month ago)
by
jgs
turns out Install() targets should also be made Default()
targets if you want them to actually reliably work!
Revision
288 -
Directory Listing
Modified
Fri Dec 2 01:55:04 2005 UTC
(17 years, 2 months ago)
by
jgs
now automatically build unit tests as required based on dependencies
between unit tests and libraries
Revision
286 -
Directory Listing
Modified
Thu Dec 1 06:40:20 2005 UTC
(17 years, 2 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
285 -
Directory Listing
Modified
Thu Dec 1 06:40:04 2005 UTC
(17 years, 2 months ago)
by
gross
length method is removed as it is too slow. use length in util.py instead
Revision
277 -
Directory Listing
Modified
Wed Nov 30 04:52:39 2005 UTC
(17 years, 2 months ago)
by
jgs
explicitly define dependencies between modules
Revision
223 -
Directory Listing
Modified
Thu Nov 24 23:12:13 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in cc/cxx settings from config file
Revision
192 -
Directory Listing
Modified
Mon Nov 21 04:52:14 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in top level install directory for finley/escript/bruce/paso
libraries when building via top level scons script
Revision
191 -
Directory Listing
Modified
Mon Nov 21 04:10:12 2005 UTC
(17 years, 2 months ago)
by
jgs
push platform dependent compiler flags and include directories up to library level scons files - these will eventually be brought in from external config files
Revision
190 -
Directory Listing
Modified
Mon Nov 21 03:27:42 2005 UTC
(17 years, 2 months ago)
by
jgs
pass in value for esysroot and use this to determine include file locations
Revision
188 -
Directory Listing
Modified
Mon Nov 21 01:20:26 2005 UTC
(17 years, 2 months ago)
by
jgs
explicitly add -fpic option to all compiler options lists
to ensure relocatable code is generated
Revision
181 -
Directory Listing
Modified
Fri Nov 18 04:28:47 2005 UTC
(17 years, 2 months ago)
by
jgs
first draft of config/construct scripts for escript library
Revision
160 -
Directory Listing
Modified
Thu Nov 10 05:09:25 2005 UTC
(17 years, 2 months ago)
by
jgs
fixed a broken constructor - simply didn't work
Revision
155 -
Directory Listing
Modified
Wed Nov 9 02:02:19 2005 UTC
(17 years, 3 months ago)
by
jgs
move all directories from trunk/esys2 into trunk and remove esys2