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

This commit is contained in:
sjplimp 2016-02-15 22:59:20 +00:00
parent ae788f1bdc
commit d242d3b6c4
4 changed files with 14 additions and 8 deletions

View File

@ -83,8 +83,10 @@ Description
"""""""""""
Dump a snapshot of atom quantities to one or more files every N
timesteps. The timesteps on which dump output is written can also be
controlled by a variable; see the :doc:`dump_modify every <dump_modify_vtk>` command for details.
timesteps in a format readable by the `VTK visualization toolkit <http://www.vtk.org>`_ or other visualization tools that use it,
e.g. `ParaView <http://www.paraview.org>`_. The timesteps on which dump
output is written can also be controlled by a variable; see the
:doc:`dump_modify every <dump_modify_vtk>` command for details.
Only information for atoms in the specified group is dumped. The
:doc:`dump_modify thresh and region <dump_modify_vtk>` commands can also

View File

@ -200,8 +200,10 @@ flag for this dump style explicitly.</p>
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
<p>Dump a snapshot of atom quantities to one or more files every N
timesteps. The timesteps on which dump output is written can also be
controlled by a variable; see the <code class="xref doc docutils literal"><span class="pre">dump_modify</span> <span class="pre">every</span></code> command for details.</p>
timesteps in a format readable by the <a class="reference external" href="http://www.vtk.org">VTK visualization toolkit</a> or other visualization tools that use it,
e.g. <a class="reference external" href="http://www.paraview.org">ParaView</a>. The timesteps on which dump
output is written can also be controlled by a variable; see the
<code class="xref doc docutils literal"><span class="pre">dump_modify</span> <span class="pre">every</span></code> command for details.</p>
<p>Only information for atoms in the specified group is dumped. The
<code class="xref doc docutils literal"><span class="pre">dump_modify</span> <span class="pre">thresh</span> <span class="pre">and</span> <span class="pre">region</span></code> commands can also
alter what atoms are included; see details below.</p>

View File

@ -77,9 +77,11 @@ flag for this dump style explicitly.
[Description:]
Dump a snapshot of atom quantities to one or more files every N
timesteps. The timesteps on which dump output is written can also be
controlled by a variable; see the "dump_modify
every"_dump_modify_vtk.html command for details.
timesteps in a format readable by the "VTK visualization
toolkit"_http://www.vtk.org or other visualization tools that use it,
e.g. "ParaView"_http://www.paraview.org. The timesteps on which dump
output is written can also be controlled by a variable; see the
"dump_modify every"_dump_modify_vtk.html command for details.
Only information for atoms in the specified group is dumped. The
"dump_modify thresh and region"_dump_modify_vtk.html commands can also

File diff suppressed because one or more lines are too long