Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Remainder of copyright date fixes
Updating copyright notices
Merging changes from numpy branch.
pycad allows noe to set the number of elements per line and the generation of quadrilateral elements over serfaces.
Use os.path.join instead of os.sep in tests If you can read this message it means svn commit mails are working again. ... Or you are looking at the logs
Change __url__ to launchpad site
test for gmsh command line generation fixed (didn't know that there is such a test)
I did a lot of rationalising of the indentation, which looks like an alarming number of changes. I just got sick of my editor getting confused about what the indent was in this function as opposed to the last one I was working on. The real mods. are trivial, arising from the fact that 'nix'es will write 1e-05 (say), while winblows will write 1e-005. This causes string comparisons that check the mesh file generation to fail. This, combined with the more pedantic behaviour of unlink() made pycad very fragile on windows. All fixed now. Test on the 'nixes tonight. May I ask for a hold off on the branch merge, Joel, till I get this stable on all platforms, and deal with the usual unused vars. that pop up from all the ifdefs?
Copyright updated in all python files
And get the *(&(*&(* name right
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Make a temp copy of the trunk before checking in the windows changes
inserted sys.exit(1) into the tests so scons can detect the failure of the test. A similar statement has been removed from an earlier as it produces problems on 64bit Linux. Previously exit(0) was called in case of success but now this is not done in order to avoid a fatal end of the program. in the case of an error in the test there could be a fatal error so but I guess that this not really a problem. PS: the fact that signal 0 was returned even for the case of an error lead to the illusion that all tests have been completed successfully.
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.
PlaneSurface accepts now non-Line primitives (stupid mistake to restrict the type. in fact a test for points on a plane is needed
This version passes the tests on windows except for * vtk * netCDF The version needs to be tested on altix and linux
PropertySets cann now be created wirout an intial set of items.
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.
pycad test was failing due to typo and to missing parameter in Design.setOptions
start to put some pycad documentation into the users guide
PropertySet added
test for generation of gmsh script added
Design added. The loops tests are switched off to allow faults.
pycad supports volumes now.
more tests and some modifications on SurfaceLoop
reverse orientation added but does not work for 2D yet.
more tests but there is a problem with reversing directions.
testing for CurvedLoop added.
CurveLoop revised and tests added
arc test is passing now. The check for colocation is now invariant of direction
some EsysXML input files. rebuild still fails for these files
curves implemenred and tested.
more testing on pycad
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.
more testing on transformation. rotation uses the right hand rule now.
more testing for transformations added
some tests for pycad added
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.
ViewVC Help | |
Powered by ViewVC 1.1.26 |