- Particle Drift 1D
- Landau Damping 1D
- Poisson 2D
- Maxwell Equations 1D
- Maxwell Equations 2D
- Maxwell Equations 3D
Project is created with:
- Python: 3.7.6
The sources are located on github: https://github.com/cheshirepezz/CEM/
To use this code:
- Star the directory "CEM"
- Clone the github repocheshirepezz/CEM
Open a terminal and write the command below to clone in your PC Plasma-Recipes repo:
git clone https://github.com/cheshirepezz/CEM.git
cd CEM
Now choose ther topic you want to study (ex. Maxwell 3D):
$ cd Maxwell3D
$ cd vacuum
$ python maxwell_vacuum_yee3D.py
CEM is made available under the MIT License.