- Notifications
You must be signed in to change notification settings - Fork5
Computational ElectroMagnetism on a Yee Lattice
License
NotificationsYou must be signed in to change notification settings
cheshirepezz/CEM
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 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.gitcd 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 theMIT License.