ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/ConvexHull.cpp
Revision 1708 - (view) (annotate) - [select for diffs]
Modified Tue May 15 13:02:10 2012 UTC (12 years, 11 months ago) by gezelter
File length: 10163 byte(s)
Diff to previous 1704 , to selected 1188
Adding some new atom types, fixing a convex hull bug, removing silly stuff 
from Snapshot

Revision 1704 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 20:40:04 2012 UTC (13 years ago) by gezelter
File length: 10162 byte(s)
Diff to previous 1668 , to selected 1188
qhull modifications for compilation 


Revision 1668 - (view) (annotate) - [select for diffs]
Modified Fri Jan 6 19:03:05 2012 UTC (13 years, 3 months ago) by gezelter
File length: 10345 byte(s)
Diff to previous 1665 , to selected 1188
Some fixes for CMake and single precision builds

Revision 1665 - (view) (annotate) - [select for diffs]
Modified Tue Nov 22 20:38:56 2011 UTC (13 years, 5 months ago) by gezelter
File length: 10333 byte(s)
Diff to previous 1618 , to selected 1188
updated copyright notices

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Mon Sep 12 17:09:26 2011 UTC (13 years, 7 months ago) by gezelter
File length: 10278 byte(s)
Diff to previous 1465 , to selected 1188
Build fixes for qhull 2011, fixes for compilation with PGI.


Revision 1465 - (view) (annotate) - [select for diffs]
Modified Fri Jul 9 23:08:25 2010 UTC (14 years, 9 months ago) by chuckv
File length: 10275 byte(s)
Diff to previous 1442 , to selected 1188
Creating busticated version of OpenMD
Revision 1442 - (view) (annotate) - [select for diffs]
Modified Mon May 10 17:28:26 2010 UTC (14 years, 11 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 10275 byte(s)
Diff to previous 1411 , to selected 1188
Adding property set to svn entries

Revision 1411 - (view) (annotate) - [select for diffs]
Modified Wed Feb 24 16:09:21 2010 UTC (15 years, 2 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 10332 byte(s)
Diff to previous 1410 , to selected 1188
cleaning up some error messages in ConvexHull

Revision 1410 - (view) (annotate) - [select for diffs]
Modified Wed Feb 24 15:22:03 2010 UTC (15 years, 2 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 10108 byte(s)
Diff to previous 1404 , to selected 1188
Added back NULL for StuntDoubles not owned by the local processor in parallel.

Revision 1404 - (view) (annotate) - [select for diffs]
Modified Fri Jan 15 20:46:49 2010 UTC (15 years, 3 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 10065 byte(s)
Diff to previous 1390 , to selected 1188
Cleanup of unit normal code in Triangle.cpp
SMIPD now call getUnitNormal instead of getNormal.


Revision 1390 - (view) (annotate) - [select for diffs]
Modified Wed Nov 25 20:02:06 2009 UTC (15 years, 5 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9291 byte(s)
Diff to previous 1384 , to selected 1188
Almost all of the changes necessary to create OpenMD out of our old
project (OOPSE-4)

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 19:43:10 2009 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9249 byte(s)
Diff to previous 1378 , to selected 1188
converted some dynamically allocated arrays to std::vectors

Revision 1378 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 15:48:12 2009 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9358 byte(s)
Diff to previous 1377 , to selected 1188
fixed mapping  bug

Revision 1377 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 02:49:43 2009 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9362 byte(s)
Diff to previous 1376 , to selected 1188
fixed a bug confusing id with localID, stopped adding NULLS to triangles also.

Revision 1376 - (view) (annotate) - [select for diffs]
Modified Tue Oct 20 20:36:56 2009 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9457 byte(s)
Diff to previous 1374 , to selected 1188
fixed a iproc bug

Revision 1374 - (view) (annotate) - [select for diffs]
Modified Tue Oct 20 20:05:28 2009 UTC (15 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 9358 byte(s)
Diff to previous 1371 , to selected 1188
Re-write of ConvexHull.

Revision 1371 - (view) (annotate) - [select for diffs]
Modified Mon Oct 19 17:44:18 2009 UTC (15 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 20642 byte(s)
Diff to previous 1365 , to selected 1188
More MPI convex hull bug fixes. noffset corresponds to the correct array indexs. Still mismatch in forces between serial and parallel versions.

Revision 1365 - (view) (annotate) - [select for diffs]
Modified Mon Oct 12 20:11:29 2009 UTC (15 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 20499 byte(s)
Diff to previous 1316 , to selected 1188
Stupid parallel bug fixes. Why was this ever working?

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Fri Nov 14 15:44:34 2008 UTC (16 years, 5 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 20418 byte(s)
Diff to previous 1308 , to selected 1188
More attempts to get SMIPD to themostat properly

Revision 1308 - (view) (annotate) - [select for diffs]
Modified Tue Oct 21 16:44:00 2008 UTC (16 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 20182 byte(s)
Diff to previous 1307 , to selected 1188
Fixed Memory Leak in ConvexHull.

Revision 1307 - (view) (annotate) - [select for diffs]
Modified Mon Oct 20 19:36:32 2008 UTC (16 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 20203 byte(s)
Diff to previous 1304 , to selected 1188
More changes to SMIPD. Attempting to find memory leak.

Revision 1304 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 18:26:01 2008 UTC (16 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 19563 byte(s)
Diff to previous 1302 , to selected 1188
Fixed nanovol so it now builds.

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Tue Oct 7 17:12:48 2008 UTC (16 years, 6 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 18940 byte(s)
Diff to previous 1293 , to selected 1188
Work continues on constant pressure langevin dynamics.

Revision 1293 - (view) (annotate) - [select for diffs]
Modified Sun Sep 14 01:32:26 2008 UTC (16 years, 7 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 18374 byte(s)
Diff to previous 1261 , to selected 1188
Added large quantities of code for convex hull and constant pressure langevin dynamics.

Revision 1261 - (view) (annotate) - [select for diffs]
Modified Wed Jun 18 17:03:30 2008 UTC (16 years, 10 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 8826 byte(s)
Diff to previous 1242 , to selected 1188
Added files to module section of Makefile.

Revision 1242 - (view) (annotate) - [select for diffs]
Modified Wed May 14 14:31:48 2008 UTC (16 years, 11 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 8524 byte(s)
Diff to previous 1188
Changes....

Revision 1188 - (view) (annotate) - [selected]
Modified Thu Nov 22 16:39:45 2007 UTC (17 years, 5 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 7136 byte(s)
Diff to previous 1143
Added volume calculation for hull.

Revision 1143 - (view) (annotate) - [select for diffs]
Modified Wed May 30 19:51:07 2007 UTC (17 years, 11 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 3720 byte(s)
Diff to previous 1141 , to selected 1188
Pos copied into a malloc array now.

Revision 1141 - (view) (annotate) - [select for diffs]
Modified Wed May 30 18:47:04 2007 UTC (17 years, 11 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 3660 byte(s)
Diff to previous 1137 , to selected 1188
Fixed more bugs and removed more CGAL.

Revision 1137 - (view) (annotate) - [select for diffs]
Modified Tue May 29 22:50:14 2007 UTC (17 years, 11 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 3655 byte(s)
Diff to previous 1097 , to selected 1188
Removed CGAL from OOPSE and replaced it with qhull.

Revision 1097 - (view) (annotate) - [select for diffs]
Added Thu Dec 14 19:32:32 2006 UTC (18 years, 4 months ago) by chuckv
Original Path: trunk/src/math/ConvexHull.cpp
File length: 4846 byte(s)
Diff to selected 1188
Added preliminary support for CGAL and computation of convex hull.

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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