diff options
author | 2022-12-02 20:20:17 -0800 | |
---|---|---|
committer | 2022-12-02 20:20:17 -0800 | |
commit | 2857ca08a97b3a8f82d902480816acac0b9614d6 (patch) | |
tree | 5999a62464445e491eeb81a96444f48c0fa41125 /Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py | |
parent | 3b6a467d1b7dd79ce90b02048dd1c6a0db7b138d (diff) | |
download | WarpX-2857ca08a97b3a8f82d902480816acac0b9614d6.tar.gz WarpX-2857ca08a97b3a8f82d902480816acac0b9614d6.tar.zst WarpX-2857ca08a97b3a8f82d902480816acac0b9614d6.zip |
Clean up examples folders (#3545)
* Clean up examples folders
* Use `snake_case` names
* Rename `nci_corrector` as `nci_fdtd_stability`
Diffstat (limited to 'Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py')
-rwxr-xr-x | Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py b/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py deleted file mode 100755 index a64029765..000000000 --- a/Examples/Modules/ParticleBoundaryProcess/analysis_reflection.py +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env python3 - -# Copyright 2021 Modern Electron -# -# License: BSD-3-Clause-LBNL - -# This script just checks that the PICMI file executed successfully. -# If it did there will be a plotfile for the final step. - -import yt - -plotfile = 'Python_particle_reflection_plt000010' -ds = yt.load( plotfile ) # noqa - -assert True |