Vlasiator
ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
plot_reconstructions.py
Go to the documentation of this file.
1
import
fun_plot_reconstruction
2
from
pylab
import
*
3
4
mass = list()
5
peak = list()
6
7
for
i
in
arange(0,1000,10):
8
m,p =
fun_plot_reconstruction.plot_reconstruction
(i,
'log'
)
9
mass.append(m)
10
peak.append(p)
11
pause(0.01)
12
13
print
14
print(
'percentage of mass lost = {:5f} %'
.format((mass[0]-mass[-1])/mass[0] * 100))
15
print(
'percentage of peak lost = {:5f} %'
.format((peak[0]-peak[-1])/peak[0] * 100))
fun_plot_reconstruction.plot_reconstruction
plot_reconstruction(step, scale='linear')
Definition
fun_plot_reconstruction.py:8
mini-apps
amr_reconstruction
plot_reconstructions.py
Generated on
for Vlasiator by
1.16.1