aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.H
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Source/Python/WarpXWrappers.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H
index 71eb5b4fd..dd7a648fc 100644
--- a/Source/Python/WarpXWrappers.H
+++ b/Source/Python/WarpXWrappers.H
@@ -114,6 +114,10 @@ extern "C" {
const char* species_name, int boundary, int lev,
int* num_tiles, int** particles_per_tile, const char* comp_name);
+ amrex::ParticleReal** warpx_getParticleBoundaryBufferStructs(
+ const char* species_name, int boundary, int lev,
+ int* num_tiles, int** particles_per_tile);
+
void warpx_clearParticleBoundaryBuffer ();
void warpx_ComputeDt ();