aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.h
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-31 12:19:05 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-31 12:19:05 -0800
commit6651d1df96f67e162ced862093633e925cbc8133 (patch)
tree25be32604c7ee0b8cebd1e2e9f770d84a9aaa5ca /Source/Python/WarpXWrappers.h
parente1a4813b2cf90ba8112acd6211304a3c92d09af9 (diff)
parent3f5bcb4a798862e0a5aa604e5dce162bb0e291b3 (diff)
downloadWarpX-6651d1df96f67e162ced862093633e925cbc8133.tar.gz
WarpX-6651d1df96f67e162ced862093633e925cbc8133.tar.zst
WarpX-6651d1df96f67e162ced862093633e925cbc8133.zip
Merge branch 'dev' into soa_to_aos
Diffstat (limited to 'Source/Python/WarpXWrappers.h')
-rw-r--r--Source/Python/WarpXWrappers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h
index 4de885b88..53309ad93 100644
--- a/Source/Python/WarpXWrappers.h
+++ b/Source/Python/WarpXWrappers.h
@@ -1,3 +1,10 @@
+/* Copyright 2019 Andrew Myers, David Grote, Maxence Thevenet
+ * Remi Lehe, Weiqun Zhang
+ *
+ * This file is part of WarpX.
+ *
+ * License: BSD-3-Clause-LBNL
+ */
#ifndef WARPX_WRAPPERS_H_
#define WARPX_WRAPPERS_H_
@@ -95,9 +102,11 @@ extern "C" {
int warpx_checkInt ();
int warpx_plotInt ();
+ int warpx_openpmdInt ();
void warpx_WriteCheckPointFile ();
void warpx_WritePlotFile ();
+ void warpx_WriteOpenPMDFile ();
int warpx_finestLevel ();