This commit is contained in:
Jacob Gissinger
2023-10-28 13:41:42 -04:00
parent c5463e13f1
commit db91f9413d
2 changed files with 8 additions and 6 deletions

View File

@ -289,10 +289,11 @@ operation of the fix continues in an uninterrupted fashion.
The fix will try to detect it and stop with an error. The fix will try to detect it and stop with an error.
None of the :doc:`fix_modify <fix_modify>` options are relevant to this None of the :doc:`fix_modify <fix_modify>` options are relevant to this
fix. No global or per-atom quantities are stored by this fix for fix. This fix computes a global scalar, which can be accessed by various
access by various :doc:`output commands <Howto_output>`. No parameter output commands. The scalar is the cumulative number of insertions. The
of this fix can be used with the *start/stop* keywords of the scalar value calculated by this fix is “intensive”. No parameter of this
:doc:`run <run>` command. This fix is not invoked during :doc:`energy minimization <minimize>`. fix can be used with the *start/stop* keywords of the :doc:`run <run>`
command. This fix is not invoked during :doc:`energy minimization <minimize>`.
Restrictions Restrictions
"""""""""""" """"""""""""

View File

@ -245,8 +245,9 @@ produce the same behavior if you adjust the fix pour parameters
appropriately. appropriately.
None of the :doc:`fix_modify <fix_modify>` options are relevant to this None of the :doc:`fix_modify <fix_modify>` options are relevant to this
fix. No global or per-atom quantities are stored by this fix for fix. This fix computes a global scalar, which can be accessed by various
access by various :doc:`output commands <Howto_output>`. No parameter output commands. The scalar is the cumulative number of insertions. The
scalar value calculated by this fix is “intensive”. No parameter
of this fix can be used with the *start/stop* keywords of the of this fix can be used with the *start/stop* keywords of the
:doc:`run <run>` command. This fix is not invoked during :doc:`energy minimization <minimize>`. :doc:`run <run>` command. This fix is not invoked during :doc:`energy minimization <minimize>`.