/[escript]/branches/DataC_2092/escript/src/DataC.h
ViewVC logotype

Log of /branches/DataC_2092/escript/src/DataC.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2103 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 01:00:34 2008 UTC (14 years, 3 months ago) by jfenwick
File length: 5457 byte(s)
Diff to previous 2099
Branch commit.
Added a note about mismatched allocs and decallocs.
Added Data::actsExpanded and friends.
Modified DataC::isExpanded to call it instead of Data::isExpanded.

Revision 2099 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 05:46:01 2008 UTC (14 years, 4 months ago) by jfenwick
File length: 5334 byte(s)
Diff to previous 2095
Branch commit.
Modifed getSampleData to take a buffer.
Added calls to allocate and free buffers.
Passes unit tests on badger but have not tried on savanna yet.


Revision 2095 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 05:55:00 2008 UTC (14 years, 4 months ago) by jfenwick
File length: 4592 byte(s)
Diff to previous 2093
Branch commit.
Replace getSampleData with getSampleDataRW and getSampleDataRO



Revision 2093 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 04:20:56 2008 UTC (14 years, 4 months ago) by jfenwick
File length: 4422 byte(s)
Diff to previous 2086
Branching to experiment with changes to the DataC interface.
The goal is to separate read and write access to pointers.


Revision 2086 - (view) (annotate) - [select for diffs]
Modified Mon Nov 24 02:38:50 2008 UTC (14 years, 4 months ago) by jfenwick
Original Path: trunk/escript/src/DataC.h
File length: 4422 byte(s)
Diff to previous 1811
Added checks in C_GeneralTensorProduct (Data:: and Delayed forms) as 
well as the DataAbstract Constructor to prevent Objects with Rank>4 
being created.

Moved the relevant #define into systemdep.

Removed some comments.


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/DataC.h
File length: 4454 byte(s)
Diff to previous 1388
Copyright updated in all files


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



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/DataC.h
File length: 4489 byte(s)
Diff to previous 1034
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 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/DataC.h
File length: 4150 byte(s)
Diff to previous 757
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 757 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 13:12:56 2006 UTC (16 years, 9 months ago) by woo409
Original Path: trunk/escript/src/DataC.h
File length: 4149 byte(s)
Diff to previous 615
+ Merge of intelc_win32 branch (revision 741:755) with trunk. Tested on iVEC altix (run_tests and py_tests all pass)


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/DataC.h
File length: 3966 byte(s)
Diff to previous 478
More copyright information.


Revision 478 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 02:21:49 2006 UTC (17 years, 1 month ago) by jgs
Original Path: trunk/escript/src/DataC.h
File length: 4288 byte(s)
Diff to previous 474
rationalise #includes


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/DataC.h
File length: 4363 byte(s)
Copied from: trunk/escript/src/Data/DataC.h revision 469
Diff to previous 155
restructure escript source tree
move src/Data/* -> src
remove inc
modify #includes and cpppath settings accordingly


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/DataC.h
File length: 4363 byte(s)
Diff to previous 121
move all directories from trunk/esys2 into trunk and remove esys2


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/DataC.h
File length: 4363 byte(s)
Diff to previous 113
Merge of development branch back to main trunk on 2005-05-06


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/DataC.h
File length: 4358 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/DataC.h
File length: 4296 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/DataC.h
File length: 4285 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/DataC.h
File length: 4296 byte(s)
Diff to previous 82
*** empty log message ***


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/src/Data/DataC.h
File length: 4285 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