forked from lijiext/lammps
35 lines
592 B
Plaintext
35 lines
592 B
Plaintext
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
|
|
|
:link(lws,http://lammps.sandia.gov)
|
|
:link(ld,Manual.html)
|
|
:link(lc,Section_commands.html#comm)
|
|
|
|
:line
|
|
|
|
unfix command :h3
|
|
|
|
[Syntax:]
|
|
|
|
unfix fix-ID :pre
|
|
|
|
fix-ID = ID of a previously defined fix :ul
|
|
|
|
[Examples:]
|
|
|
|
unfix 2
|
|
unfix lower-boundary :pre
|
|
|
|
[Description:]
|
|
|
|
Delete a fix that was previously defined with a "fix"_fix.html
|
|
command. This also wipes out any additional changes made to the fix
|
|
via the "fix_modify"_fix_modify.html command.
|
|
|
|
[Restrictions:] none
|
|
|
|
[Related commands:]
|
|
|
|
"fix"_fix.html
|
|
|
|
[Default:] none
|