ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/langevinHull/langevinHull.tex
(Generate patch)

Comparing trunk/langevinHull/langevinHull.tex (file contents):
Revision 3667 by gezelter, Thu Nov 4 15:20:15 2010 UTC vs.
Revision 3668 by gezelter, Thu Nov 4 16:01:58 2010 UTC

# Line 674 | Line 674 | works as follows:
674   works as follows:
675   \begin{enumerate}
676   \item Each processor computes the convex hull for its own atomic sites
677 <  (dashed lines in Fig. \ref{fig:parallel}).
677 >  (left panel in Fig. \ref{fig:parallel}).
678   \item The Hull vertices from each processor are passed out to all of
679    the processors, and each processor assembles a complete list of hull
680    sites (this is much smaller than the original number of points in
681    the point cloud).
682 < \item Each processor computes the global convex hull (solid line in
682 > \item Each processor computes the global convex hull (right panel in
683    Fig. \ref{fig:parallel}) using only those points that are the union
684    of sites gathered from all of the subset hulls.  Delaunay
685    triangulation is then done to obtain the facets of the global hull.
# Line 687 | Line 687 | works as follows:
687  
688   \begin{figure}
689   \begin{centering}
690 < \includegraphics[width=3in]{parallel}
690 > \includegraphics[width=\linewidth]{parallel}
691   \caption{When the sites are distributed among many nodes for parallel
692    computation, the processors first compute the convex hulls for their
693 <  own sites (dashed lines in upper panel). The positions of the sites
693 >  own sites (dashed lines in left panel). The positions of the sites
694    that make up the convex hulls are then communicated to all
695 <  processors.  The convex hull of the system (solid line in lower
696 <  panel) is the convex hull of the points on the hulls for all
697 <  processors. }
695 >  processors (middle panel).  The convex hull of the system (solid line in right panel) is the convex hull of the points on the hulls for all
696 >  processors.}
697 > \label{fig:parallel}
698   \end{centering}
699   \label{fig:parallel}
700   \end{figure}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines