Updated example of snapshots with Python scripting.

这个提交包含在:
Craig Warren
2015-11-19 13:11:51 +00:00
父节点 168e124618
当前提交 e7d82f89cd
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@@ -39,7 +39,7 @@ Snapshot files
The ``#snapshot:`` command produces an ImageData (.vti) snapshot file for each time instance requested.
.. tip::
You can take advantage of Python scripting to easily create a series of snapshots. For example, to create 30 snapshots starting at time 0.1ns until 3ns in intervals of 0.1ns, use the following code snippet in your input file. Replace `x1 y1 z1 x2 y2 z2 dx dy dz` accordingly.
You can take advantage of Python scripting to easily create a series of snapshots. For example, to create 30 snapshots starting at time 0.1ns until 3ns in intervals of 0.1ns, use the following code snippet in your input file. Replace ``x1 y1 z1 x2 y2 z2 dx dy dz`` accordingly.
.. code-block:: none