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

Log of /branches/schroedinger/escript/src/escriptcpp.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: 14021 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: 13885 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: 13846 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/escriptcpp.cpp
File length: 13846 byte(s)
Diff to previous 1849
Branch commit
Merging trunk changes upto and including 1849.


Revision 1849 - (view) (annotate) - [select for diffs]
Modified Mon Oct 6 01:52:06 2008 UTC (14 years, 5 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/escriptcpp.cpp
File length: 13770 byte(s)
Diff to previous 1828
Branch commit
Removing test files from branch.


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



Revision 1822 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 05:42:31 2008 UTC (14 years, 6 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/escriptcpp.cpp
File length: 15100 byte(s)
Diff to previous 1820
Branch commit
Passes all unit tests.
Still resorting to special python versions of getDomain to get around type conversion.



Revision 1820 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 03:48:18 2008 UTC (14 years, 6 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/escriptcpp.cpp
File length: 15094 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, 6 months ago) by jfenwick
Original Path: branches/more_shared_ptrs_from_1812/escript/src/escriptcpp.cpp
File length: 13566 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, 6 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13566 byte(s)
Diff to previous 1805
Copyright updated in all files


Revision 1805 - (view) (annotate) - [select for diffs]
Modified Wed Sep 24 23:39:00 2008 UTC (14 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13601 byte(s)
Diff to previous 1803
Added python-level methods getMPISizeWorld() and getMPIRankWorld() for MPI process info.
Test suite run_inputOutput.py runs on any number of cores now, hybrid may still be a problem.


Revision 1803 - (view) (annotate) - [select for diffs]
Modified Wed Sep 24 06:20:29 2008 UTC (14 years, 6 months ago) by jfenwick
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13499 byte(s)
Diff to previous 1801
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 1801 - (view) (annotate) - [select for diffs]
Modified Fri Sep 19 01:37:09 2008 UTC (14 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13446 byte(s)
Diff to previous 1800
Fixed serialization of I/O for MPI...code didn't compile without MPI


Revision 1800 - (view) (annotate) - [select for diffs]
Modified Thu Sep 18 05:28:20 2008 UTC (14 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13507 byte(s)
Diff to previous 1799
Serialized parallel I/O when writing mesh or data to NetCDF file on multiple MPI processors.
Added domain method getMPIComm() to complement getMPISize() and getMPIRank().


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/escriptcpp.cpp
File length: 13419 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/escriptcpp.cpp
File length: 13336 byte(s)
Diff to previous 1718
Merged noarrayview branch onto trunk.



Revision 1718 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 05:50:11 2008 UTC (14 years, 7 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13440 byte(s)
Diff to previous 1716
method returning reference id added to FunctionSpace class

Revision 1716 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 05:03:49 2008 UTC (14 years, 7 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13333 byte(s)
Diff to previous 1628
getListOfTags method added to FunctionSpace class

Revision 1628 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 13:12:46 2008 UTC (14 years, 8 months ago) by phornby
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13259 byte(s)
Diff to previous 1561

Merge in /branches/windows_from_1456_trunk_1620_merged_in branch.

You will find a preserved pre-merge trunk in tags under tags/trunk_at_1625.
That will be useful for diffing & checking on my stupidity.

Here is a list of the conflicts and their resolution at this
point in time.


=================================================================================
(LLWS == looks like white space).

finley/src/Assemble_addToSystemMatrix.c - resolve to branch - unused var. may be wrong.....
finley/src/CPPAdapter/SystemMatrixAdapter.cpp - resolve to branch - LLWS
finley/src/CPPAdapter/MeshAdapter.cpp - resolve to branch - LLWS
paso/src/PCG.c - resolve to branch - unused var fixes.
paso/src/SolverFCT.c - resolve to branch - LLWS
paso/src/FGMRES.c - resolve to branch - LLWS
paso/src/Common.h - resolve to trunk version. It's omp.h's include... not sure it's needed,
but for the sake of saftey.....
paso/src/Functions.c - resolve to branch version, indentation/tab removal and return error
on bad unimplemented Paso_FunctionCall.
paso/src/SolverFCT_solve.c - resolve to branch version, unused vars
paso/src/SparseMatrix_MatrixVector.c - resolve to branch version, unused vars.
escript/src/Utils.cpp - resloved to branch, needs WinSock2.h
escript/src/DataExpanded.cpp - resolved to branch version - LLWS
escript/src/DataFactory.cpp - resolve to branch version
=================================================================================

This currently passes tests on linux (debian), but is not checked on windows or Altix yet.

This checkin is to make a trunk I can check out for windows to do tests on it.

Known outstanding problem is in the operator=() method of exceptions
causing warning messages on the intel compilers.

May the God of doughnuts have mercy on my soul.



Revision 1561 - (view) (annotate) - [select for diffs]
Modified Wed May 21 06:58:52 2008 UTC (14 years, 10 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13440 byte(s)
Diff to previous 1426
Added python method printParallelThreadCounts() to tell how many MPI CPUs and OpenMP threads we are using (for testing hybrid runs)


Revision 1426 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 06:12:15 2008 UTC (15 years, 1 month ago) by trankine
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13372 byte(s)
Diff to previous 1417
Merge the changes to these few files with the windows port branch to test just these changes under linux and altix.

Revision 1417 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 04:45:48 2008 UTC (15 years, 1 month ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 13063 byte(s)
Diff to previous 1407
some more work on the transport solver.

Revision 1407 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 06:45:48 2008 UTC (15 years, 1 month ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 12989 byte(s)
Diff to previous 1388
new upwinding algorithm (still fails)

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/escriptcpp.cpp
File length: 12900 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/escriptcpp.cpp
File length: 12900 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/escriptcpp.cpp
File length: 12900 byte(s)
Diff to previous 1370
Make a temp copy of the trunk before checking in the windows changes



Revision 1370 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 09:21:43 2008 UTC (15 years, 3 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 12900 byte(s)
Diff to previous 1364
explicit upwinding scheme added.

Revision 1364 - (view) (annotate) - [select for diffs]
Modified Mon Dec 17 07:22:45 2007 UTC (15 years, 3 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 12899 byte(s)
Diff to previous 1313
finley interface to paso's transport solver added.

Revision 1313 - (view) (annotate) - [select for diffs]
Modified Tue Sep 25 01:44:26 2007 UTC (15 years, 6 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 12448 byte(s)
Diff to previous 1312
Copied a handful of files from trunk-mpi-branch into trunk


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/escriptcpp.cpp
File length: 12514 byte(s)
Diff to previous 1247
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 1247 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 01:29:20 2007 UTC (15 years, 7 months ago) by ksteube
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 12170 byte(s)
Diff to previous 1141
New python method getVersion() which returns the Subversion revision
from which escript was compiled


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/escriptcpp.cpp
File length: 12126 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/escriptcpp.cpp
File length: 12030 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/escriptcpp.cpp
File length: 11989 byte(s)
Diff to previous 1062
problem with reset of faulty PDE rhs fixed.

Revision 1062 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 06:17:53 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11941 byte(s)
Diff to previous 1059
reduced integration schemes are implemented now for grad, integrate, etc. Tests still to be added.

Revision 1059 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 11:01:53 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11863 byte(s)
Diff to previous 1044
first steps toward reduced element integration order. The escript bit is done but the finley part still needs work.

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/escriptcpp.cpp
File length: 11596 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/escriptcpp.cpp
File length: 11286 byte(s)
Diff to previous 1023
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 1023 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 05:43:36 2007 UTC (16 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11334 byte(s)
Diff to previous 964
netCDF can now be switched off at compilation. Consequently load and dump of data objects is not available then.

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/escriptcpp.cpp
File length: 11283 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/escriptcpp.cpp
File length: 11443 byte(s)
Diff to previous 922
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 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/escriptcpp.cpp
File length: 11320 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/escriptcpp.cpp
File length: 11245 byte(s)
Diff to previous 914
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 914 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 04:38:18 2006 UTC (16 years, 3 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11165 byte(s)
Diff to previous 876
access to the number of samples added

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/escriptcpp.cpp
File length: 11104 byte(s)
Diff to previous 813
Added erf (error function) implementation


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/escriptcpp.cpp
File length: 11067 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/escriptcpp.cpp
File length: 10840 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/escriptcpp.cpp
File length: 10831 byte(s)
Diff to previous 797
new function _swap. Python wrapper + testing is still missing.



Revision 797 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 02:03:18 2006 UTC (16 years, 8 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10804 byte(s)
Diff to previous 783
function added to manually free unused memory in the memory manager

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/escriptcpp.cpp
File length: 10720 byte(s)
Diff to previous 775
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 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/escriptcpp.cpp
File length: 10612 byte(s)
Diff to previous 767
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 - (view) (annotate) - [select for diffs]
Modified Fri Jun 30 07:29:08 2006 UTC (16 years, 9 months ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10455 byte(s)
Diff to previous 699
new FunctionSpace method setTags added

Revision 699 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 06:27:56 2006 UTC (17 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10401 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 (17 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10358 byte(s)
Diff to previous 693
test with tagged data pass now

Revision 693 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 08:34:08 2006 UTC (17 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10426 byte(s)
Diff to previous 682
DataVariable removed. it is not used.

Revision 682 - (view) (annotate) - [select for diffs]
Modified Mon Mar 27 02:43:09 2006 UTC (17 years ago) by robwdcock
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10452 byte(s)
Diff to previous 615
+ 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 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 02:12:00 2006 UTC (17 years ago) by elspeth
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10442 byte(s)
Diff to previous 595
More copyright information.


Revision 595 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 23:52:45 2006 UTC (17 years ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10922 byte(s)
Diff to previous 576
test_utilOnFinley fixed (did run the tests that still fail)

Revision 576 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 08:28:42 2006 UTC (17 years, 1 month ago) by gross
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11201 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, 1 month ago) by jgs
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 11041 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, 2 months ago) by jgs
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10940 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, 2 months ago) by jgs
Original Path: trunk/escript/src/escriptcpp.cpp
File length: 10906 byte(s)
Copied from: trunk/escript/src/Data/escriptcpp.cpp revision 469
Diff to previous 468
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly


Revision 468 - (view) (annotate) - [select for diffs]
Modified Wed Jan 25 06:50:39 2006 UTC (17 years, 2 months ago) by jgs
Original Path: trunk/escript/src/Data/escriptcpp.cpp
File length: 11009 byte(s)
Diff to previous 391
reorganised esysUtils to remove inc directory

Revision 391 - (view) (annotate) - [select for diffs]
Modified Tue Dec 20 05:36:50 2005 UTC (17 years, 3 months ago) by gross
Original Path: trunk/escript/src/Data/escriptcpp.cpp
File length: 11019 byte(s)
Diff to previous 358
intreface for setting the number of threads from python

Revision 358 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 07:55:19 2005 UTC (17 years, 3 months ago) by cochrane
Original Path: trunk/escript/src/Data/escriptcpp.cpp
File length: 10873 byte(s)
Diff to previous 285
Updated link to epydoc generated documentation on the web site.


Revision 285 - (view) (annotate) - [select for diffs]
Modified Thu Dec 1 06:40:04 2005 UTC (17 years, 4 months ago) by gross
Original Path: trunk/escript/src/Data/escriptcpp.cpp
File length: 10882 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/escriptcpp.cpp
File length: 10975 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/escriptcpp.cpp
File length: 10975 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/src/Data/escriptcpp.cpp
File length: 10779 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, 7 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/escriptcpp.cpp
File length: 10579 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/escriptcpp.cpp
File length: 10485 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/escriptcpp.cpp
File length: 10486 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/escriptcpp.cpp
File length: 10486 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/escriptcpp.cpp
File length: 10386 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/escriptcpp.cpp
File length: 10327 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/escriptcpp.cpp
File length: 9742 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/escriptcpp.cpp
File length: 9176 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 (18 years ago) by jgs
Original Path: trunk/esys2/escript/src/Data/escriptcpp.cpp
File length: 9076 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/escriptcpp.cpp
File length: 8974 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/src/Data/escriptcpp.cpp
File length: 8826 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/escriptcpp.cpp
File length: 8753 byte(s)
Diff to previous 102
*** empty log message ***


Revision 102 - (view) (annotate) - [select for diffs]
Added Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/escriptcpp.cpp
File length: 8711 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