From dc3fbde4db1cc8a7613f0a8da2d5b575f96d90b3 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 30 Jun 2009 14:49:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2911 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/dump.html | 5 ++++- doc/dump.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/dump.html b/doc/dump.html index 7427a43a18..027cd7cd91 100644 --- a/doc/dump.html +++ b/doc/dump.html @@ -194,7 +194,10 @@ require an initial snapshot from an XYZ formatted file to get started.

Dumps are performed on timesteps that are a multiple of N (including timestep 0) and on the last timestep of a minimization if the -minimization converges. N can be changed between runs by using the +minimization converges. A dump is also performed on the very first +timestep after the dump command is invoked. This can be useful +following a minimization which may converge and end on +an arbitrary timestep. N can be changed between runs by using the dump_modify command (not allowed for dcd style).

The specified filename determines how the dump file(s) is written. diff --git a/doc/dump.txt b/doc/dump.txt index 4afbd1ad95..3b305d1f3c 100644 --- a/doc/dump.txt +++ b/doc/dump.txt @@ -184,7 +184,10 @@ require an initial snapshot from an XYZ formatted file to get started. Dumps are performed on timesteps that are a multiple of N (including timestep 0) and on the last timestep of a minimization if the -minimization converges. N can be changed between runs by using the +minimization converges. A dump is also performed on the very first +timestep after the dump command is invoked. This can be useful +following a "minimization"_minimize.html which may converge and end on +an arbitrary timestep. N can be changed between runs by using the "dump_modify"_dump_modify.html command (not allowed for {dcd} style). The specified filename determines how the dump file(s) is written.