Log of /tags/trunk_2172_checkpoint/pycad/py_src
Directory Listing
Revision
2175 -
Directory Listing
Modified
Wed Dec 17 09:22:40 2008 UTC
(12 years, 1 month ago)
by
phornby
Try again at conforming to naming convention.
Revision
2096 -
Directory Listing
Modified
Tue Nov 25 10:29:27 2008 UTC
(12 years, 2 months ago)
by
phornby
Original Path:
trunk/pycad/py_src
Starting from the recent reversion:
1. Leave __del__ alone.
2. mkstemp() actually opens the file it creates, only to be opened again in getMeshHandler(), so add an os.close() straight after the mkstemp()'s
3. in getMeshHandler(), close the script file immediately when finished with it instead of doing something non-local in __del__.
Untested on 'nix's at this point. Commit is for testing purposes.
Revision
2061 -
Directory Listing
Modified
Wed Nov 19 03:40:21 2008 UTC
(12 years, 2 months ago)
by
jfenwick
Original Path:
trunk/pycad/py_src
Fixing some warnings from epydoc.
Disabled c++ signatures in python docstrings.
Removed references to Bruce in epydoc and the users guide.
Revision
1904 -
Directory Listing
Modified
Wed Oct 22 08:27:56 2008 UTC
(12 years, 3 months ago)
by
phornby
Original Path:
trunk/pycad/py_src
This now passes on windows. The main issue was that __del__ was being called when there was no open script or mesh file??? Could not fathom why, but added an extra test in __del__ to make sure the files were actually open before closing & unlinking. It may be better to deal with the opening, writing, closing, os.system call, and final unlinking of the script file in getMeshHandler(). That way all manipulations are local, and only the mesh file need be handled in a remote piece of code like __del__.
Not tested on Altix or linux yet.... get to that tonight.
Revision
1727 -
Directory Listing
Modified
Tue Aug 26 04:19:27 2008 UTC
(12 years, 5 months ago)
by
artak
Original Path:
trunk/pycad/py_src
numarray.dot in MAC has a bug, so if it is possible use numpy.dot instead in Point.isColoacted()
Revision
1705 -
Directory Listing
Modified
Thu Aug 14 05:56:40 2008 UTC
(12 years, 5 months ago)
by
ksteube
Original Path:
trunk/pycad/py_src
Branch scons-dev is hereby closed.
Some parts of scons scripts have been re-written.
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years ago)
by
trankine
Original Path:
temp/pycad/py_src
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1312 -
Directory Listing
Modified
Mon Sep 24 06:18:44 2007 UTC
(13 years, 4 months ago)
by
ksteube
Original Path:
trunk/pycad/py_src
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
1270 -
Directory Listing
Modified
Thu Aug 23 03:13:11 2007 UTC
(13 years, 5 months ago)
by
gross
Original Path:
trunk/pycad/py_src
PlaneSurface accepts now non-Line primitives (stupid mistake to restrict the type. in fact a test for points on a plane is needed
Revision
1137 -
Directory Listing
Modified
Thu May 10 08:11:31 2007 UTC
(13 years, 8 months ago)
by
gross
Original Path:
trunk/pycad/py_src
This version passes the tests on windows except for
* vtk
* netCDF
The version needs to be tested on altix and linux
Revision
1133 -
Directory Listing
Modified
Tue May 8 07:19:33 2007 UTC
(13 years, 8 months ago)
by
gross
Original Path:
trunk/pycad/py_src
Changes needed for windows. This still does not work on and has not run on linux and the altix.
There are a few changes in names in the scons script, in particular _libs is used rather than _lib and _libs is always a list. By default on windows MSVC is used. The location of python is at C:\Program Files\python<version>, boost at C:\Program Files\boost and netcdf at C:\Program Files\netcdf.
Revision
1123 -
Directory Listing
Modified
Thu May 3 04:13:52 2007 UTC
(13 years, 8 months ago)
by
gross
Original Path:
trunk/pycad/py_src
PropertySets cann now be created wirout an intial
set of items.
Revision
1052 -
Directory Listing
Modified
Wed Mar 21 23:45:29 2007 UTC
(13 years, 10 months ago)
by
gross
Original Path:
trunk/pycad/py_src
Teo problems in the TagMap class fixed:
1) keyword argument map has been renamed to mapping (as map is a python keyword)
2) self.__mapping is now a copy of the argument in __init__. Otherwise the default
value for mapping is changed if self.__mapping is altered.
Revision
1045 -
Directory Listing
Modified
Tue Mar 20 01:30:58 2007 UTC
(13 years, 10 months ago)
by
gross
Original Path:
trunk/pycad/py_src
some modifications on the pycad implementation to make it easier to build
interfaces for other mesh generators. The script statement generation is now
done by the Design and not the Primitive classes.
Revision
1005 -
Directory Listing
Modified
Fri Mar 2 06:50:48 2007 UTC
(13 years, 10 months ago)
by
ksteube
Original Path:
trunk/pycad/py_src
Catch errors when we execute external program gmsh. We don't yet
report what type of error happened.
Revision
1003 -
Directory Listing
Modified
Thu Mar 1 01:53:37 2007 UTC
(13 years, 10 months ago)
by
gross
Original Path:
trunk/pycad/py_src
small fix on the finley gmsh reader for the case of no face elements.
Revision
999 -
Directory Listing
Modified
Tue Feb 27 08:12:37 2007 UTC
(13 years, 11 months ago)
by
gross
Original Path:
trunk/pycad/py_src
start to put some pycad documentation into the users guide
Revision
990 -
Directory Listing
Modified
Wed Feb 21 04:27:52 2007 UTC
(13 years, 11 months ago)
by
ksteube
Original Path:
trunk/pycad/py_src
Cleaned up the python in-line doc to make epydoc work better
Configured for shake71 to find NetCDF libraries
Revision
932 -
Directory Listing
Modified
Fri Jan 19 09:27:15 2007 UTC
(14 years ago)
by
gross
Original Path:
trunk/pycad/py_src
Design added. The loops tests are switched off to allow faults.
Revision
919 -
Directory Listing
Modified
Wed Jan 3 22:54:50 2007 UTC
(14 years ago)
by
gross
Original Path:
trunk/pycad/py_src
arc test is passing now. The check for colocation is now invariant of direction
Revision
912 -
Directory Listing
Modified
Wed Dec 6 03:29:49 2006 UTC
(14 years, 1 month ago)
by
gross
Original Path:
trunk/pycad/py_src
modellib.WriteVTK has been rewritten. Instead of only three data objects scalar,
vector, tensor it takes now up to 20 data objects data0 ... data19 and writes it into a
single VTK file. There is also the possibilty to define individiual name tags name0,..., name19.
If no name is given the corresponding attribute name of the Link target is used.
This simplifies the usage and increases efficiency.
Revision
910 -
Directory Listing
Modified
Fri Nov 24 10:04:09 2006 UTC
(14 years, 2 months ago)
by
gross
Original Path:
trunk/pycad/py_src
more testing on transformation. rotation uses the right hand rule now.