No description
  • C 94.1%
  • Python 5.4%
  • Makefile 0.3%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-07-21 13:54:24 -07:00
BatchScripts Updated to be inlign with dev branch of full ltp-pic 2025-02-11 17:45:54 -05:00
Examples Updated turner.dat example for new diagnostics from Han 2025-05-15 11:15:00 -04:00
PostProcessing Fixed bugs for OpenACC. Postprocessing updated to handle power diagnostic 2025-05-15 09:45:44 -07:00
readme_media Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
Utilities Updated to be inlign with dev branch of full ltp-pic 2025-02-11 17:45:54 -05:00
XSections Fixed errors in Argon ion induced ionization cross-section file 2025-02-04 16:07:45 -05:00
.gitignore Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
benchmark.c Updated to be inlign with dev branch of full ltp-pic 2025-02-11 17:45:54 -05:00
check_benchmark2d.py Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
checkpoint.c fea: external circuit based on 10.1006/jcph.1993.1034 2025-07-21 13:54:05 -07:00
circuit.c fea: external circuit based on 10.1006/jcph.1993.1034 2025-07-21 13:54:05 -07:00
collisions.c fea: replace Realloc* by macro, realloc gpu only if exists 2025-05-14 13:14:33 -07:00
create_benchmark2d.py Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
des.c Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
desprng.c Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
desprng.h Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
field.c fea: external circuit based on 10.1006/jcph.1993.1034 2025-07-21 13:54:05 -07:00
field2d.c improve: memory collapsing in MapChargeToHypre 2025-07-21 13:54:24 -07:00
grid.c fea: output conduction current density and current to blocks and boundaries 2025-07-21 13:50:32 -07:00
grid2d.c fea: external circuit based on 10.1006/jcph.1993.1034 2025-07-21 13:54:05 -07:00
input.c fea: write a single file for PrintPhaseDiagnostic. NOTE: the file is now transposed 2025-07-21 13:54:24 -07:00
interp.c Power diagnostic has been added. Need to verify output looks reasonable 2025-05-15 11:32:45 -04:00
interp2d.c Fixed bugs for OpenACC. Postprocessing updated to handle power diagnostic 2025-05-15 09:45:44 -07:00
LICENSE.md Create LICENSE.md 2024-11-13 16:29:39 -05:00
main.c fea: slurm_checkpoint_interval to avoid frequenct saving of checkpoint 2025-07-21 13:54:09 -07:00
main.h fea: write a single file for PrintPhaseDiagnostic. NOTE: the file is now transposed 2025-07-21 13:54:24 -07:00
Makefile fea: external circuit based on 10.1006/jcph.1993.1034 2025-07-21 13:54:05 -07:00
numeric.c Uploading files and directories for 2D version of LTP-PIC 2024-11-07 18:22:57 -05:00
output.c fea: write a single file for PrintPhaseDiagnostic. NOTE: the file is now transposed 2025-07-21 13:54:24 -07:00
particles.c fea: output conduction current density and current to blocks and boundaries 2025-07-21 13:50:32 -07:00
particles2d.c fix: pollution of "complex.h" 2025-07-21 13:54:24 -07:00
README.md Update README.md 2024-11-15 13:27:54 -05:00
timing.c Updated to be inlign with dev branch of full ltp-pic 2025-02-11 17:45:54 -05:00

LTP-PIC

An electrostatic Particle-in-Cell (PIC) code for modeling Low Temperature plasma devices. The code is designed from the ground up to be scalable and provides a base framework from which more advanced physics models can be incorporated. The Readme contains basic details for getting started. For more details on the code see the Wiki page.