From 3dabb5801eacc36ca9fa6205534b374df9f7f5ea Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 23 Jan 2020 16:26:55 -0800 Subject: 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. --- Source/Python/WarpXWrappers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Python/WarpXWrappers.h') 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 (); -- cgit v1.2.3