git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10404 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2013-07-26 15:13:02 +00:00
parent 11e2d38629
commit 0e292ef2c4
4 changed files with 9 additions and 6 deletions

View File

@ -13,15 +13,17 @@
</H3> </H3>
<P><B>Syntax:</B> <P><B>Syntax:</B>
</P> </P>
<PRE>compute ID group-ID voronoi/atom keyword arg <PRE>compute ID group-ID voronoi/atom keyword arg ...
</PRE> </PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "compute.html">compute</A> command <UL><LI>ID, group-ID are documented in <A HREF = "compute.html">compute</A> command
<LI>voronoi/atom = style name of this compute command <LI>voronoi/atom = style name of this compute command
<LI>zero or more keyword/value pairs may be appended
<LI>keyword = <I>only_group</I> or <I>surface</I> or <I>radius</I> or <I>edge_histo</I> or <I>edge_threshold</I> or <I>face_threshold</I> <LI>keyword = <I>only_group</I> or <I>surface</I> or <I>radius</I> or <I>edge_histo</I> or <I>edge_threshold</I> or <I>face_threshold</I>
<PRE> <I>only_group</I> = no args <PRE> <I>only_group</I> = no arg
<I>surface</I> arg = sgroup-ID <I>surface</I> arg = sgroup-ID
sgroup-ID = compute the dividing surface between group-ID and sgroup-ID sgroup-ID = compute the dividing surface between group-ID and sgroup-ID
this keyword adds a third column to the compute output this keyword adds a third column to the compute output

View File

@ -10,12 +10,13 @@ compute voronoi/atom command :h3
[Syntax:] [Syntax:]
compute ID group-ID voronoi/atom keyword arg :pre compute ID group-ID voronoi/atom keyword arg ... :pre
ID, group-ID are documented in "compute"_compute.html command :ulb,l ID, group-ID are documented in "compute"_compute.html command :ulb,l
voronoi/atom = style name of this compute command :l voronoi/atom = style name of this compute command :l
zero or more keyword/value pairs may be appended :l
keyword = {only_group} or {surface} or {radius} or {edge_histo} or {edge_threshold} or {face_threshold} :l keyword = {only_group} or {surface} or {radius} or {edge_histo} or {edge_threshold} or {face_threshold} :l
{only_group} = no args {only_group} = no arg
{surface} arg = sgroup-ID {surface} arg = sgroup-ID
sgroup-ID = compute the dividing surface between group-ID and sgroup-ID sgroup-ID = compute the dividing surface between group-ID and sgroup-ID
this keyword adds a third column to the compute output this keyword adds a third column to the compute output

View File

@ -13,7 +13,7 @@
</H3> </H3>
<P><B>Syntax:</B> <P><B>Syntax:</B>
</P> </P>
<PRE>velocity group-ID style args keyword value ... <PRE>velocity group-ID style args keyword args ...
</PRE> </PRE>
<UL><LI>group-ID = ID of group of atoms whose velocity will be changed <UL><LI>group-ID = ID of group of atoms whose velocity will be changed

View File

@ -10,7 +10,7 @@ velocity command :h3
[Syntax:] [Syntax:]
velocity group-ID style args keyword value ... :pre velocity group-ID style args keyword args ... :pre
group-ID = ID of group of atoms whose velocity will be changed :ulb,l group-ID = ID of group of atoms whose velocity will be changed :ulb,l
style = {create} or {set} or {scale} or {ramp} or {zero} :l style = {create} or {set} or {scale} or {ramp} or {zero} :l