Log of /tags/trunk-mpi-branch-V1/pycad/py_src
Directory Listing
Revision
1321 -
Directory Listing
Modified
Thu Sep 27 00:52:07 2007 UTC
(13 years, 4 months ago)
by
ksteube
Moved trunk-mpi-branch-V1 into tags where it belongs
Revision
1140 -
Directory Listing
Modified
Tue May 15 03:23:17 2007 UTC
(13 years, 8 months ago)
by
ksteube
Original Path:
trunk-mpi-branch/pycad/py_src
MPI branch trunk-mpi-branch has been merged with trunk through revision
1125, so changes in trunk since 1125 are not reflected in
trunk-mpi-branch.
Originally we parallelized revision 989, but after this merge it's
as if we'd parallelized revision 1125.
run_simplesolve.py runs on 1, 2, 4 CPUs.
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.