git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2735 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-04-06 21:03:10 +00:00
parent 03e8bd4fb2
commit 3d03e6c7a1
2 changed files with 14 additions and 2 deletions

View File

@ -145,6 +145,12 @@ atoms. This fix should not normally be used on atoms that have their
temperature controlled by another fix - e.g. <A HREF = "fix_nvt.html">fix nvt</A> or
<A HREF = "fix_langevin.html">fix langevin</A>.
</P>
<P>IMPORTANT NOTE: The current implementation creates a copy of the
electron grid that overlays the entire simulation domain, for each
processor. Values on the grid are summed across all processors. Thus
you should insure that this grid is not too large, else your
simulation could incur high memory and communication costs.
</P>
<P><B>Restart, fix_modify, output, run start/stop, minimize info:</B>
</P>
<P>No information about this fix is written to <A HREF = "restart.html">binary restart

View File

@ -142,6 +142,12 @@ atoms. This fix should not normally be used on atoms that have their
temperature controlled by another fix - e.g. "fix nvt"_fix_nvt.html or
"fix langevin"_fix_langevin.html.
IMPORTANT NOTE: The current implementation creates a copy of the
electron grid that overlays the entire simulation domain, for each
processor. Values on the grid are summed across all processors. Thus
you should insure that this grid is not too large, else your
simulation could incur high memory and communication costs.
[Restart, fix_modify, output, run start/stop, minimize info:]
No information about this fix is written to "binary restart