forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11890 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9db54ceb98
commit
770c6e6092
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue