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

This commit is contained in:
sjplimp 2014-05-02 15:59:21 +00:00
parent 9db54ceb98
commit 770c6e6092
2 changed files with 12 additions and 0 deletions

View File

@ -220,6 +220,12 @@ run $<I>nsteps</I>
group mobile static
run $<I>nsteps</I>
</PRE>
<P>IMPORTANT NOTE: All fixes and computes take a group ID as an argument,
but they do not all allow for use of a dynamic group. If you get an
error message that this is not allowed, but feel that it should be for
the fix or compute in question, then please post your reasoning to the
LAMMPS mail list and we can change it.
</P>
<P>The <I>static</I> style removes the setting for a dynamic group, converting
it to a static group (the default). The atoms in the static group are
those currently in the dynamic group.

View File

@ -216,6 +216,12 @@ run ${nsteps}
group mobile static
run ${nsteps} :pre
IMPORTANT NOTE: All fixes and computes take a group ID as an argument,
but they do not all allow for use of a dynamic group. If you get an
error message that this is not allowed, but feel that it should be for
the fix or compute in question, then please post your reasoning to the
LAMMPS mail list and we can change it.
The {static} style removes the setting for a dynamic group, converting
it to a static group (the default). The atoms in the static group are
those currently in the dynamic group.