diff options
author | 2020-01-23 16:26:55 -0800 | |
---|---|---|
committer | 2020-01-28 10:08:28 -0800 | |
commit | 3dabb5801eacc36ca9fa6205534b374df9f7f5ea (patch) | |
tree | 8bf04fc32ef6b43e1d578cd77e453022d2b67a73 /Source/Python/WarpXWrappers.h | |
parent | 6a06d68c805e81e7f942716c07873d07f9b668e7 (diff) | |
download | WarpX-3dabb5801eacc36ca9fa6205534b374df9f7f5ea.tar.gz WarpX-3dabb5801eacc36ca9fa6205534b374df9f7f5ea.tar.zst WarpX-3dabb5801eacc36ca9fa6205534b374df9f7f5ea.zip |
Simplify Plot Options
Remove the `dump_plotfile` switch and only control via
interval value in `plot_int` for plotfiles.
Remove the `dump_openpmd` switch and only control via
interval value in `plot_openpmd` for openPMD data dumps.
openPMD: pick first available backend if unspecified.
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r-- | Source/Python/WarpXWrappers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index 4de885b88..d0be87402 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -95,9 +95,11 @@ extern "C" { int warpx_checkInt (); int warpx_plotInt (); + int warpx_openpmdInt (); void warpx_WriteCheckPointFile (); void warpx_WritePlotFile (); + void warpx_WriteOpenPMDFile (); int warpx_finestLevel (); |