Skip to content

Commit b108afc

Browse files
committed
Adjust Analysis Slightly, Checksum
1 parent 7f1f6ac commit b108afc

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

Examples/Tests/langmuir/analysis_2d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def get_theoretical_field(field, t):
136136
# lower fidelity, due to smoothing
137137
tolerance_rel = 0.07
138138
else:
139-
tolerance_rel = 0.05
139+
tolerance_rel = 0.0503
140140

141141
print("error_rel : " + str(error_rel))
142142
print("tolerance_rel: " + str(tolerance_rel))
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"electrons": {
3+
"particle_momentum_x": 4.242620333758381e-20,
4+
"particle_momentum_y": 0.0,
5+
"particle_momentum_z": 4.242620333758383e-20,
6+
"particle_position_x": 0.65535987321779,
7+
"particle_position_y": 0.65535987321779,
8+
"particle_weight": 3200000000000000.5
9+
},
10+
"lev=0": {
11+
"Bx": 0.0,
12+
"By": 16.071794601050236,
13+
"Bz": 0.0,
14+
"Ex": 7570488383482.163,
15+
"Ey": 0.0,
16+
"Ez": 7570488383482.172,
17+
"jx": 7300340951816532.0,
18+
"jy": 0.0,
19+
"jz": 7300340951816499.0
20+
},
21+
"lev=1": {
22+
"Bx": 0.0,
23+
"By": 198.50223398811193,
24+
"Bz": 0.0,
25+
"Ex": 7525715467927.051,
26+
"Ey": 0.0,
27+
"Ez": 7525715467927.059,
28+
"jx": 7041509234077510.0,
29+
"jy": 0.0,
30+
"jz": 7041509234077478.0
31+
},
32+
"lev=2": {
33+
"Bx": 0.0,
34+
"By": 228.21979679985373,
35+
"Bz": 0.0,
36+
"Ex": 7519775790551.918,
37+
"Ey": 0.0,
38+
"Ez": 7519775790551.941,
39+
"jx": 7066046015592192.0,
40+
"jy": 0.0,
41+
"jz": 7066046015592108.0
42+
},
43+
"positrons": {
44+
"particle_momentum_x": 4.242428396970614e-20,
45+
"particle_momentum_y": 0.0,
46+
"particle_momentum_z": 4.242428396970615e-20,
47+
"particle_position_x": 0.6553596611428341,
48+
"particle_position_y": 0.6553596611428342,
49+
"particle_weight": 3200000000000000.5
50+
}
51+
}

0 commit comments

Comments
 (0)