g1n0st / power-pic

Taichi Implementation of "The Power Particle-in-Cell Method"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Power-PIC

Taichi Implementation of "The Power Particle-in-Cell Method"

Running the Demo

python3 main_2d.py

parameters:

usage: main_2d.py [-h] [--flip] [--save] [--res RES] [--t_res T_RES] [--show SHOW]

optional arguments:
  -h, --help     show this help message and exit
  --flip
  --save
  --res RES
  --t_res T_RES
  --show SHOW

References

[1] Ziyin Qu, Minchen Li, Fernando De Goes, and Chenfanfu Jiang. 2022. The power particle-in-cell method. ACM Trans. Graph. 41, 4, Article 118 (July 2022), 13 pages. https://doi.org/10.1145/3528223.3530066

About

Taichi Implementation of "The Power Particle-in-Cell Method"

License:MIT License


Languages

Language:Python 100.0%