File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Creating output files
18
18
Output for visualisation purposes is managed with a
19
19
:class: `~.vtk_output.VTKFile ` object. To create one, first import the
20
20
class from `firedrake.output, then we just need to pass the name of the
21
- output file on disk. The file Firedrake creates is in PVD_ and
21
+ output file on disk. The file Firedrake creates is in PVD and
22
22
therefore the requested file name must end in ``.pvd``.
23
23
24
24
.. code-block :: python3
@@ -67,7 +67,7 @@ and call :meth:`~.vtk_output.VTKFile.write` inside.
67
67
t += dt
68
68
69
69
70
- The PVD _ data format supports specifying the timestep value for
70
+ The PVD data format supports specifying the timestep value for
71
71
time-dependent data. We do not have to provide it to
72
72
:meth: `~.vtk_output.VTKFile.write `, by default an integer counter is
73
73
used that is incremented by 1 each time
@@ -329,7 +329,6 @@ matplotlib.
329
329
330
330
.. _Paraview : http://www.paraview.org
331
331
.. _VTK : http://www.vtk.org
332
- .. _PVD : http://www.paraview.org/Wiki/ParaView/Data_formats#PVD_File_Format
333
332
.. _matplotlib : http://matplotlib.org
334
333
.. _Arbitrary : https://www.kitware.com/modeling-arbitrary-order-lagrange-finite-elements-in-the-visualization-toolkit/
335
334
__ Arbitrary _
You can’t perform that action at this time.
0 commit comments