You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the directory, download the file, activate the environment.
107
+
108
+
::::::::::::::::::::::::::::::::::::: challenge
109
+
110
+
## Let's run it
111
+
112
+
Q: How?
113
+
114
+
:::::::::::::::: solution
115
+
116
+
```bash
117
+
warpx.3d inputs_3d_magnetic_mirror.txt
118
+
```
119
+
120
+
:::::::::::::::::::::::::
121
+
:::::::::::::::::::::::::::::::::::::::::::::::
110
122
111
123
112
124
113
125
## Visualizing with Paraview
114
126
127
+
Add stuff...
128
+
115
129
116
130
{alt="simulation of proton trajectories inside a magnetic mirror"}
117
131
118
132
119
133
## Visualizing with python
120
134
135
+
Add stuff...
136
+
137
+
138
+
139
+
140
+
121
141
::::::::::::::::::::::::::::::::::::: keypoints
122
142
123
-
-Use `.md` files for episodes when you want static content
124
-
-Use `.Rmd` files for episodes when you need to generate output
125
-
-Run `sandpaper::check_lesson()`to identify any issues with your lesson
126
-
-Run `sandpaper::build_lesson()` to preview your lesson locally
143
+
-WarpX is a open-source high-performance particle-in-cell code
144
+
-WarpX is easy to install using `Conda`: `conda -c conda-forge warpx`
145
+
-The documentation is the first place to look for answers, otherwise check out our Issues and Discussions
146
+
-Visualizing 3D results with Paraview and `openpmd` data using `.pmd` files.
0 commit comments