Log of /temp_trunk_copy/escript/src/DataTagged.h
Parent Directory
|
Revision Log
Revision
1312 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 24 06:18:44 2007 UTC
(12 years, 2 months ago)
by
ksteube
Original Path:
trunk/escript/src/DataTagged.h
File length: 14737 byte(s)
Diff to
previous 1118
,
to
selected 123
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
950 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 6 07:01:11 2007 UTC
(12 years, 10 months ago)
by
gross
Original Path:
trunk/escript/src/DataTagged.h
File length: 14483 byte(s)
Diff to
previous 854
,
to
selected 123
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
854 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 21 05:29:42 2006 UTC
(13 years, 2 months ago)
by
gross
Original Path:
trunk/escript/src/DataTagged.h
File length: 14343 byte(s)
Diff to
previous 804
,
to
selected 123
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).
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.