/[escript]/branches/windows_from_1383_trunk/escript/src/FunctionSpace.cpp
ViewVC logotype

Log of /branches/windows_from_1383_trunk/escript/src/FunctionSpace.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1424 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 05:27:18 2008 UTC (15 years ago) by trankine
File length: 4709 byte(s)
Diff to previous 1422
removed the toPyString code by undefining DEBUG_PY_STRINGS.
passes the python string() call test 50000 times. Also passes run_rests, but the slightest thing makes it fail.

Revision 1422 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 13:44:12 2008 UTC (15 years ago) by trankine
File length: 4553 byte(s)
Diff to previous 1421
this passes scons_run_tests

Revision 1421 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 10:17:33 2008 UTC (15 years ago) by trankine
File length: 4709 byte(s)
Diff to previous 1419
In this version

1. with DEBUG_PY_STRINGS not defined, it succeeds to run repeated str(a_fn_space) 50000 times. However it fails run_tests and py_tests in the same way it did previously.
2. with DEBUG_PY_STRINGS it uses toPyString, and almost passes run_tests, and gets far further into py_tests, to a point that looks quite different.

Revision 1419 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 07:29:41 2008 UTC (15 years ago) by trankine
File length: 4698 byte(s)
Diff to previous 1386
1. toString returns a cost ref to a string.
2. the return value is a member of the function space.
3. the string member is declared mutable so that toString can lazy init. it.
4. this assumes type_str is virtually non mutable for the life of a FunctionSpace.cpp
5. operator=() is now private and users are declared friend classes; This is temporary.
6. the nullDomainValue is now static const, and it's no longer allowed to have external linkage.
7. as a result of 6, methods of FunctionSpace that need to be exported outside a windows dll need to be individually dll_export/import'ed using the ESCRIPT_..... macro 

Revision 1386 - (view) (annotate) - [select for diffs]
Modified Fri Jan 11 07:40:29 2008 UTC (15 years, 2 months ago) by trankine
File length: 4378 byte(s)
Diff to previous 1312
Moving the just checked in windows modified trunk onto a branch

Revision 1312 - (view) (annotate) - [select for diffs]
Modified Mon Sep 24 06:18:44 2007 UTC (15 years, 5 months ago) by ksteube
Original Path: trunk/escript/src/FunctionSpace.cpp
File length: 4378 byte(s)
Diff to previous 1137
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 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/FunctionSpace.cpp
File length: 4614 byte(s)
Diff to previous 964
This version passes the tests on windows except for 

   * vtk
   * netCDF

The version needs to be tested on altix and linux

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/FunctionSpace.cpp
File length: 4514 byte(s)
Diff to previous 906
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 906 - (view) (annotate) - [select for diffs]
Modified Tue Nov 21 05:34:15 2006 UTC (16 years, 4 months ago) by gross
Original Path: trunk/escript/src/FunctionSpace.cpp
File length: 4538 byte(s)
Diff to previous 783
some minor fixes

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

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/FunctionSpace.cpp
File length: 4224 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/FunctionSpace.cpp
File length: 4208 byte(s)
Diff to previous 480
More copyright information.


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/FunctionSpace.cpp
File length: 4530 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/FunctionSpace.cpp
File length: 4569 byte(s)
Copied from: trunk/escript/src/Data/FunctionSpace.cpp 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/FunctionSpace.cpp
File length: 4634 byte(s)
Diff to previous 149
move all directories from trunk/esys2 into trunk and remove esys2


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/FunctionSpace.cpp
File length: 4634 byte(s)
Diff to previous 147
Merge of development branch dev-02 back to main trunk on 2005-09-01


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/FunctionSpace.cpp
File length: 3729 byte(s)
Diff to previous 121
erge of development branch dev-02 back to main trunk on 2005-08-12


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/FunctionSpace.cpp
File length: 3787 byte(s)
Diff to previous 117
Merge of development branch back to main trunk on 2005-05-06


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/FunctionSpace.cpp
File length: 3695 byte(s)
Diff to previous 115
*** empty log message ***


Revision 115 - (view) (annotate) - [select for diffs]
Modified Fri Mar 4 07:12:47 2005 UTC (18 years ago) by jgs
Original Path: trunk/esys2/escript/src/Data/FunctionSpace.cpp
File length: 3808 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/FunctionSpace.cpp
File length: 3797 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, 4 months ago) by jgs
Original Path: trunk/esys2/escript/src/Data/FunctionSpace.cpp
File length: 3649 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