This commit is contained in:
Axel Kohlmeyer
2022-03-17 11:32:48 -04:00
parent 1fbeba8fa7
commit b7ea33332f
2 changed files with 2 additions and 2 deletions

View File

@ -261,4 +261,4 @@ in case the new code is intended to be later included in LAMMPS directly.
A plugin may be registered under an existing style name. In that case
the plugin will override the existing code. This can be used to modify
the behavior of existing styles or to debug new versions of them without
having to recompile/reinstall all of LAMMPS.
having to re-compile or re-install all of LAMMPS.

View File

@ -143,7 +143,7 @@ control the induced charge solver and the initial values of the interface elemen
*polarize/bem/gmres* or *polarize/bem/icc* compute a global 2-element vector
which can be accessed by various :doc:`output commands <Howto_output>`.
The first element is the number of iterations when the solver terminates
(of which the upperbound is set by *iter_max*). The second element is the RMS error.
(of which the upper bound is set by *iter_max*). The second element is the RMS error.
Restrictions