/[escript]/branches/schroedinger/escript/src/Data.cpp
ViewVC logotype

Log of /branches/schroedinger/escript/src/Data.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1865 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 03:53:57 2008 UTC (14 years, 5 months ago) by jfenwick
File length: 74374 byte(s)
Diff to previous 1864
Branch commit
Added some missing files.

In python can ask a data object if it-  isReady(), isConstant(), 
isLazy().




Revision 1864 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 03:09:30 2008 UTC (14 years, 5 months ago) by jfenwick
File length: 74130 byte(s)
Diff to previous 1858
Branch commit
It compiles but doesn't do much.



Revision 1858 - (view) (annotate) - [select for diffs]
Modified Wed Oct 8 00:28:28 2008 UTC (14 years, 5 months ago) by jfenwick
File length: 73045 byte(s)
Diff to previous 1850
Branch of branch moreshared_from_1812 at revision 1857.


Revision 1850 - (view) (annotate) - [select for diffs]
Modified Mon Oct 6 03:07:02 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/Data.cpp
File length: 73045 byte(s)
Diff to previous 1828
Branch commit
Merging trunk changes upto and including 1849.


Revision 1828 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 04:52:11 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/Data.cpp
File length: 73046 byte(s)
Diff to previous 1820
Branch commit.
Added getPtr to DataAbstract.
Passes all unit tests.



Revision 1820 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 03:48:18 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/Data.cpp
File length: 73794 byte(s)
Diff to previous 1813
Branch commit.

First experiments with shared_ptr.
There is a crash on exit due to deallocating the NullDomain object twice.
(One from shared_ptr and once in global destructors)



Revision 1813 - (view) (annotate) - [select for diffs]
Modified Fri Sep 26 00:58:05 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/Data.cpp
File length: 73725 byte(s)
Diff to previous 1811
Branching to experiment with proxies and shared pointers.


Revision 1811 - (view) (annotate) - [select for diffs]
Modified Thu Sep 25 23:11:13 2008 UTC (14 years, 5 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 73725 byte(s)
Diff to previous 1803
Copyright updated in all files


Revision 1803 - (view) (annotate) - [select for diffs]
Modified Wed Sep 24 06:20:29 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: trunk/escript/src/Data.cpp
File length: 73760 byte(s)
Diff to previous 1799
All about making DataEmpty instances throw.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Exposed getDim from AbstractDomain to python to fix bug.

Added isEmpty member to DataAbstract to allow it to throw is queries are 
made about a DataEmpty instance.


Added exceptions to DataAbstract, DataEmpty and Data to prevent calls 
being made against DataEmpty objects.
The following still work as expected on DataEmpty instances

copy, getDomain, getFunctionSpace, isEmpty, isExpanded, isProtected, 
isTagged, setprotection.

You can also call interpolate, however it should throw if you try to 
change FunctionSpaces.



Revision 1799 - (view) (annotate) - [select for diffs]
Modified Wed Sep 17 06:33:18 2008 UTC (14 years, 6 months ago) by jfenwick
Original Path: trunk/escript/src/Data.cpp
File length: 72960 byte(s)
Diff to previous 1796
Added Data::copySelf() [Note: this is exposed as copy() in python].
This method returns a pointer to a deep copy of the target.
There are c++ tests but no python tests for this yet.

All DataAbstracts now have a deepCopy() which simplifies the 
implementation of the compy methods.



Revision 1796 - (view) (annotate) - [select for diffs]
Modified Wed Sep 17 01:45:46 2008 UTC (14 years, 6 months ago) by jfenwick
Original Path: trunk/escript/src/Data.cpp
File length: 73653 byte(s)
Diff to previous 1693
Merged noarrayview branch onto trunk.



Revision 1693 - (view) (annotate) - [select for diffs]
Modified Fri Aug 8 04:22:58 2008 UTC (14 years, 7 months ago) by jfenwick
Original Path: trunk/escript/src/Data.cpp
File length: 76250 byte(s)
Diff to previous 1455
Modified toString() on Data objects.
str(x) or print x will now print a summary of the data rather than all 
the points if the output would take more than 80 lines.



Revision 1455 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 17:19:44 2008 UTC (15 years ago) by phornby
Original Path: trunk/escript/src/Data.cpp
File length: 75892 byte(s)
Diff to previous 1409
Merge of branches/windows_from_1431_trunk.

Revamp of the exception system.
Fix unused vars and signed/unsigned comparisons.
defined a macro THROW(ARG) in the system_dep.h's to
deal with the expectations of declarations on different architectures.

Details in the logs of branches/windows_from_1431_trunk.

pre-merge snapshot of the trunk in tags/trunk_at_1452



Revision 1409 - (view) (annotate) - [select for diffs]
Modified Wed Feb 6 22:44:28 2008 UTC (15 years, 1 month ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 75855 byte(s)
Diff to previous 1388
getTagNumber called the wrong corresponding FunctionSpace method. Results were wrong for number of data points per sample >1.

Revision 1388 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
Original Path: trunk/escript/src/Data.cpp
File length: 75852 byte(s)
Diff to previous 1387
And get the *(&(*&(* name right

Revision 1387 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:45:26 2008 UTC (15 years, 2 months ago) by trankine
Original Path: temp/escript/src/Data.cpp
File length: 75852 byte(s)
Diff to previous 1384
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
Original Path: temp_trunk_copy/escript/src/Data.cpp
File length: 75852 byte(s)
Diff to previous 1358
Make a temp copy of the trunk before checking in the windows changes



Revision 1358 - (view) (annotate) - [select for diffs]
Modified Wed Dec 5 03:41:06 2007 UTC (15 years, 3 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 75852 byte(s)
Diff to previous 1353
setTaggedValue works now for expanded data.

Revision 1353 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 06:05:35 2007 UTC (15 years, 4 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 75985 byte(s)
Diff to previous 1351
Reversed the removal of blocktimer code. This needs to be fixed properly for
the Windows stuff to work.



Revision 1351 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 01:54:26 2007 UTC (15 years, 4 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 75991 byte(s)
Diff to previous 1350
Removed blocktimer code from gradOn().


Revision 1350 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 01:17:20 2007 UTC (15 years, 4 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 75985 byte(s)
Diff to previous 1349
Disambiguation of more template argument parameters so that it compiles under Windows.


Revision 1349 - (view) (annotate) - [select for diffs]
Modified Wed Nov 21 06:38:08 2007 UTC (15 years, 4 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 75737 byte(s)
Diff to previous 1334
Disambiguation of several template argument parameters so that it compiles under Windows.


Revision 1334 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 05:08:54 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 75677 byte(s)
Diff to previous 1332
Initial rewrite of escript unary operations. The rewritten operations are now single-pass.


Revision 1332 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 03:28:51 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 76193 byte(s)
Diff to previous 1328
Pow now uses the new binary function interface of C_TensorBinaryOperation.


Revision 1328 - (view) (annotate) - [select for diffs]
Modified Mon Oct 15 03:23:15 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 76015 byte(s)
Diff to previous 1327
Fixed bug in power operation.


Revision 1327 - (view) (annotate) - [select for diffs]
Modified Fri Oct 12 07:10:40 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 76014 byte(s)
Diff to previous 1319
Initial rewrite of binary escript operations.



Revision 1319 - (view) (annotate) - [select for diffs]
Modified Thu Sep 27 00:27:51 2007 UTC (15 years, 5 months ago) by matt
Original Path: trunk/escript/src/Data.cpp
File length: 76648 byte(s)
Diff to previous 1312
DataArray is no longer needed. However, the unit tests still require it.


Revision 1312 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 75618 byte(s)
Diff to previous 1141
The MPI branch is hereby closed. All future work should be in trunk.

Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch.
In this revision I copied all files from trunk-mpi-branch over the corresponding
trunk files. I did not use 'svn merge', it was a copy.


Revision 1141 - (view) (annotate) - [select for diffs]
Modified Tue May 15 04:24:51 2007 UTC (15 years, 10 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 75604 byte(s)
Diff to previous 1137
Some changes to make things run on windows. There is still a problem with netcdf an long file names on windows but there is the suspicion that this is a bigger problem related to boost (compiler options). In fact runs with large numbers of iteration/time steps tend to create seg faults. 

Revision 1137 - (view) (annotate) - [select for diffs]
Modified Thu May 10 08:11:31 2007 UTC (15 years, 10 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 75417 byte(s)
Diff to previous 1118
This version passes the tests on windows except for 

   * vtk
   * netCDF

The version needs to be tested on altix and linux

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 08:55:04 2007 UTC (15 years, 11 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 75342 byte(s)
Diff to previous 1092
problem with reset of faulty PDE rhs fixed.

Revision 1092 - (view) (annotate) - [select for diffs]
Modified Fri Apr 13 03:39:49 2007 UTC (15 years, 11 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 74839 byte(s)
Diff to previous 1044
the useless profilinf for data.cpp removed (doDebug=yes should work again)
and a small bug in the gmsh reader fixed.


Revision 1044 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 07:29:31 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 78743 byte(s)
Diff to previous 1034
clear name tagging is supported now.

Revision 1034 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 23:49:20 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 78554 byte(s)
Diff to previous 1032
In VC++ boost has problems with numarray arguments from python. This
fixes that problem by taking python::object arguments from the python
level and converting it into python::numeric::array on the C++ level.
This hasn't been tested with VC++ yet.

Moreover the two Data methods dealing with big numarrays as argument and
return value have been removed.



Revision 1032 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 06:32:09 2007 UTC (16 years ago) by phornby
Original Path: trunk/escript/src/Data.cpp
File length: 82220 byte(s)
Diff to previous 1031
Implement inverse hyp. functions.



Revision 1031 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 06:03:21 2007 UTC (16 years ago) by phornby
Original Path: trunk/escript/src/Data.cpp
File length: 81959 byte(s)
Diff to previous 1028
Finer control of the inverse hyp. functions.



Revision 1028 - (view) (annotate) - [select for diffs]
Modified Wed Mar 14 00:15:24 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 82220 byte(s)
Diff to previous 1026
modifications to be compliant with _WIN32. The substitutes for asinh, acosh, atanh are still missing (erf will through an exception)

Revision 1026 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 08:25:00 2007 UTC (16 years ago) by phornby
Original Path: trunk/escript/src/Data.cpp
File length: 82020 byte(s)
Diff to previous 964
Data.cpp - indefed out the erf & inv. hyperbolics on windows.
DataAlgorithmAdapterTestCase & DataTestCase - Fix the ifndef on _WIN32 & _INTEL_COMPILER
SConstruct - chamges to the PATH so windows can find DLLs.



Revision 964 - (view) (annotate) - [select for diffs]
Modified Tue Feb 13 05:10:26 2007 UTC (16 years, 1 month ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 81838 byte(s)
Diff to previous 950
The set/getRefVal functions of Data objects have been removed (mainly to avoid later problems with MPI).
Moreover, a faster access to the reference id of samples has been introduced. I don't think that anybody will
profit form this at this stage but it will allow a faster dump of data objects.



Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Feb 6 07:01:11 2007 UTC (16 years, 1 month ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 83954 byte(s)
Diff to previous 924
escript data objects can now be saved to netCDF files, see http://www.unidata.ucar.edu/software/netcdf/.
Currently only constant data are implemented with expanded and tagged data to follow.
There are two new functions to dump a data object

   s=Data(...)
   s.dump(<filename>)

and to recover it

   s=load(<filename>, domain)

Notice that the function space of s is recovered but domain is still need. 

dump and load will replace archive and extract.

The installation needs now the netCDF installed. 



Revision 924 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 03:39:27 2007 UTC (16 years, 2 months ago) by trankine
Original Path: trunk/escript/src/Data.cpp
File length: 83884 byte(s)
Diff to previous 922
Win32 port modifications
"or" is not a valid modifier under win intel compiler

* Data.cpp - incorrect "or"s
* DataExpanded.cpp - incorrect "or"s



Revision 922 - (view) (annotate) - [select for diffs]
Modified Fri Jan 5 04:23:05 2007 UTC (16 years, 2 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 83868 byte(s)
Diff to previous 921
setValueOfDataPoint accepts double value as argument now

Revision 921 - (view) (annotate) - [select for diffs]
Modified Fri Jan 5 00:54:37 2007 UTC (16 years, 2 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 83284 byte(s)
Diff to previous 876
I have done some clarification on functions that allow to access individual data point values in a Data object. 
The term "data point number" is always local on a MPI process and referes to the value (data_point_in_sample, sample)
as a single identifyer (data_point_in_sample + sample * number_data_points_per_sample). a "global data point number"
referes to a tuple of a processour id and local data point number.

The function convertToNumArrayFromSampleNo has been removed now and convertToNumArrayFromDPNo renamed to getValueOfDataPoint.
There are two new functions:

   getNumberOfDataPoints
   setValueOfDataPoint

This allows you to do things like:

  in=Data(..)
  out=Data(..)
   for i in xrange(in.getNumberOfDataPoints())
       in_loc=in.getValueOfDataPoint(i)
       out_loc=< some operations on in_loc>
       out.setValueOfDataPoint(i,out_loc)


Also mindp  is renamed to  minGlobalDataPoint and there is a new function getValueOfGlobalDataPoint. While in MPI the functions getNumberOfDataPoints and getValueOfDataPoint are working locally on each process (so the code above is executed in parallel).
the latter allows getting a single value across all processors. 



Revision 876 - (view) (annotate) - [select for diffs]
Modified Thu Oct 19 03:50:23 2006 UTC (16 years, 5 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 83039 byte(s)
Diff to previous 854
Added erf (error function) implementation


Revision 854 - (view) (annotate) - [select for diffs]
Modified Thu Sep 21 05:29:42 2006 UTC (16 years, 6 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 82904 byte(s)
Diff to previous 826
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 - (view) (annotate) - [select for diffs]
Modified Tue Aug 29 09:12:33 2006 UTC (16 years, 6 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 84033 byte(s)
Diff to previous 824
ken and I did not have a good afternoon. our checkin was very buggy. fixed

Revision 824 - (view) (annotate) - [select for diffs]
Modified Tue Aug 29 05:22:50 2006 UTC (16 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 83826 byte(s)
Diff to previous 814
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 - (view) (annotate) - [select for diffs]
Modified Wed Aug 23 09:31:10 2006 UTC (16 years, 7 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 83822 byte(s)
Diff to previous 813
small bug in general tensor propduct fixed

Revision 813 - (view) (annotate) - [select for diffs]
Modified Mon Aug 21 02:08:47 2006 UTC (16 years, 7 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 83823 byte(s)
Diff to previous 804
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 - (view) (annotate) - [select for diffs]
Modified Thu Aug 10 01:12:16 2006 UTC (16 years, 7 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 65891 byte(s)
Diff to previous 800
the new function swap_axes + tests added. (It replaces swap).



Revision 800 - (view) (annotate) - [select for diffs]
Modified Tue Aug 8 11:23:18 2006 UTC (16 years, 7 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 65317 byte(s)
Diff to previous 790
new function _swap. Python wrapper + testing is still missing.



Revision 790 - (view) (annotate) - [select for diffs]
Modified Wed Jul 26 23:12:34 2006 UTC (16 years, 7 months ago) by bcumming
Original Path: trunk/escript/src/Data.cpp
File length: 64492 byte(s)
Diff to previous 783
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 783 - (view) (annotate) - [select for diffs]
Modified Tue Jul 18 01:32:50 2006 UTC (16 years, 8 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 62557 byte(s)
Diff to previous 782
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 - (view) (annotate) - [select for diffs]
Modified Tue Jul 18 00:47:47 2006 UTC (16 years, 8 months ago) by bcumming
Original Path: trunk/escript/src/Data.cpp
File length: 60681 byte(s)
Diff to previous 775
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 775 - (view) (annotate) - [select for diffs]
Modified Mon Jul 10 04:00:08 2006 UTC (16 years, 8 months ago) by ksteube
Original Path: trunk/escript/src/Data.cpp
File length: 59356 byte(s)
Diff to previous 757
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 757 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 8 months ago) by woo409
Original Path: trunk/escript/src/Data.cpp
File length: 54977 byte(s)
Diff to previous 751
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


Revision 751 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 01:46:34 2006 UTC (16 years, 8 months ago) by bcumming
Original Path: trunk/escript/src/Data.cpp
File length: 54964 byte(s)
Diff to previous 711
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 - (view) (annotate) - [select for diffs]
Modified Wed Apr 26 22:39:51 2006 UTC (16 years, 10 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 53373 byte(s)
Diff to previous 699
tests pass now on gcc: some tests did not take round-off errors into consideration

Revision 699 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 06:27:56 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 53310 byte(s)
Diff to previous 698
now float**Data is running

Revision 698 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 04:52:55 2006 UTC (16 years, 11 months ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 53143 byte(s)
Diff to previous 615
test with tagged data pass now

Revision 615 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 02:12:00 2006 UTC (17 years ago) by elspeth
Original Path: trunk/escript/src/Data.cpp
File length: 53199 byte(s)
Diff to previous 576
More copyright information.


Revision 576 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 08:28:42 2006 UTC (17 years ago) by gross
Original Path: trunk/escript/src/Data.cpp
File length: 53677 byte(s)
Diff to previous 571
some steps towards eigenvalue and eigenvector calculation

Revision 571 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 06:53:17 2006 UTC (17 years ago) by jgs
Original Path: trunk/escript/src/Data.cpp
File length: 52060 byte(s)
Diff to previous 480
modify whereZero etc methods to also accept a tolerance parameter

Revision 480 - (view) (annotate) - [select for diffs]
Modified Wed Feb 1 05:15:12 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/src/Data.cpp
File length: 51939 byte(s)
Diff to previous 474
rationalise #includes and forward declarations


Revision 474 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 04:23:44 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/src/Data.cpp
File length: 52045 byte(s)
Copied from: trunk/escript/src/Data/Data.cpp revision 469
Diff to previous 436
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly


Revision 436 - (view) (annotate) - [select for diffs]
Modified Thu Jan 19 22:36:36 2006 UTC (17 years, 2 months ago) by gross
Original Path: trunk/escript/src/Data/Data.cpp
File length: 52188 byte(s)
Diff to previous 286
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 286 - (view) (annotate) - [select for diffs]
Modified Thu Dec 1 06:40:20 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/escript/src/Data/Data.cpp
File length: 52097 byte(s)
Diff to previous 155
length method is removed as it is too slow. use length in util.py instead

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


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/src/Data/Data.cpp
File length: 52231 byte(s)
Diff to previous 151
Merge of development branch dev-02 back to main trunk on 2005-10-25


Revision 151 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 01:55:00 2005 UTC (17 years, 6 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 52056 byte(s)
Diff to previous 150
Merge of development branch dev-02 back to main trunk on 2005-09-22


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/src/Data/Data.cpp
File length: 50424 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/src/Data/Data.cpp
File length: 49419 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/src/Data/Data.cpp
File length: 52180 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/src/Data/Data.cpp
File length: 51355 byte(s)
Diff to previous 126
erge of development branch dev-02 back to main trunk on 2005-08-12


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/src/Data/Data.cpp
File length: 51343 byte(s)
Diff to previous 123
Merge of development branch back to main trunk on 2005-07-22


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/src/Data/Data.cpp
File length: 47581 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/src/Data/Data.cpp
File length: 43332 byte(s)
Diff to previous 121
Merge of development branch back to main trunk on 2005-06-09


Revision 121 - (view) (annotate) - [select for diffs]
Modified Fri May 6 04:26:16 2005 UTC (17 years, 10 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 43372 byte(s)
Diff to previous 119
Merge of development branch back to main trunk on 2005-05-06


Revision 119 - (view) (annotate) - [select for diffs]
Modified Tue Apr 12 04:45:05 2005 UTC (17 years, 11 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 37286 byte(s)
Diff to previous 117
*** empty log message ***


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/src/Data/Data.cpp
File length: 28877 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 ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 25505 byte(s)
Diff to previous 110
*** empty log message ***


Revision 110 - (view) (annotate) - [select for diffs]
Modified Mon Feb 14 04:14:42 2005 UTC (18 years, 1 month ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 25379 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, 1 month ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 23771 byte(s)
Diff to previous 106
*** empty log message ***


Revision 106 - (view) (annotate) - [select for diffs]
Modified Thu Dec 23 07:20:12 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 23609 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/src/Data/Data.cpp
File length: 23516 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/src/Data/Data.cpp
File length: 23417 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/src/Data/Data.cpp
File length: 21577 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/src/Data/Data.cpp
File length: 23417 byte(s)
Diff to previous 94
*** empty log message ***


Revision 94 - (view) (annotate) - [select for diffs]
Added Wed Oct 27 00:45:54 2004 UTC (18 years, 4 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/Data.cpp
File length: 21577 byte(s)
*** empty log message ***


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