diff options
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 9c9f63133..817c1de73 100644 --- a/Source/Python/WarpXWrappers.H +++ b/Source/Python/WarpXWrappers.H @@ -94,6 +94,8 @@ extern "C" { void warpx_addRealComp( const char* char_species_name, const char* char_comp_name, bool comm); + amrex::Real warpx_sumParticleCharge(const char* char_species_name, const bool local); + int warpx_getParticleBoundaryBufferSize(const char* species_name, int boundary); int** warpx_getParticleBoundaryBufferScrapedSteps( |