Skip to content

Commit 72e2557

Browse files
committed
add images
1 parent d54d2ab commit 72e2557

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed
61.9 KB
Loading
60.8 KB
Loading
229 KB
Loading
219 KB
Loading

demos/vlasov_poisson_1d/vp1d.py.rst

+26
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,30 @@ Finally we output to the VTK file if it is time to do that. ::
345345
dumpn = 0
346346
outfile.write(fn, phi)
347347

348+
Images of the solution at shown below.
349+
350+
.. figure:: vlasov_0s_LR.png
351+
:align: center
352+
353+
Solution at :math:`t = 0.`
354+
355+
.. figure:: vlasov_15_LR.png
356+
:align: center
357+
358+
Solution at :math:`t = 15.`
359+
360+
We also present solutions at double the resolution, by doubling the number
361+
of horizontal cells and the number of layers, halving the timestep (by doubling the number of steps), and doubling ``nsteps``.
362+
363+
.. figure:: vlasov_0s_HR.png
364+
:align: center
365+
366+
Solution at :math:`t = 0.`
367+
368+
.. figure:: vlasov_15_HR.png
369+
:align: center
370+
371+
Solution at :math:`t = 15.`
372+
373+
348374
A Python script version of this demo can be found :demo:`here <vp1d.py>`.

0 commit comments

Comments
 (0)