mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11734 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
21d4fc077f
commit
119c473498
|
@ -168,6 +168,11 @@ file is read.
|
|||
to the restart file as broken bonds with a type of 0. Thus these
|
||||
bonds will still be broken when the restart file is read.
|
||||
</P>
|
||||
<P>Bonds that have been broken by the <A HREF = "fix_bond_break.html">fix
|
||||
bond/break</A> command have disappeared from the
|
||||
system. No information about these bonds is written to the restart
|
||||
file.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: No other information is stored in the restart file.
|
||||
This means that an input script that reads a restart file should
|
||||
specify settings for quantities like <A HREF = "timestep.html">timestep size</A>,
|
||||
|
|
|
@ -165,6 +165,11 @@ Bonds that are broken (e.g. by a bond-breaking potential) are written
|
|||
to the restart file as broken bonds with a type of 0. Thus these
|
||||
bonds will still be broken when the restart file is read.
|
||||
|
||||
Bonds that have been broken by the "fix
|
||||
bond/break"_fix_bond_break.html command have disappeared from the
|
||||
system. No information about these bonds is written to the restart
|
||||
file.
|
||||
|
||||
IMPORTANT NOTE: No other information is stored in the restart file.
|
||||
This means that an input script that reads a restart file should
|
||||
specify settings for quantities like "timestep size"_timestep.html,
|
||||
|
|
Loading…
Reference in New Issue