aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpXWrappers.H
diff options
context:
space:
mode:
authorGravatar Edoardo Zoni <59625522+EZoni@users.noreply.github.com> 2022-08-02 13:28:02 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-02 20:28:02 +0000
commita4c36c317403d2b8050524ba2a37d8d237b0df32 (patch)
treed04e6a4f702d30f66011628d7c5451a78f4e411f /Source/Python/WarpXWrappers.H
parentea29665ca7d4a9d8d45e0188653256ada73cfe90 (diff)
downloadWarpX-a4c36c317403d2b8050524ba2a37d8d237b0df32.tar.gz
WarpX-a4c36c317403d2b8050524ba2a37d8d237b0df32.tar.zst
WarpX-a4c36c317403d2b8050524ba2a37d8d237b0df32.zip
`SyncCurrent`: Pass References To Current MultiFabs (#3277)
* `SyncCurrent`: Pass References To Current MultiFabs * Add Doxygen for `SyncCurrent`
Diffstat (limited to 'Source/Python/WarpXWrappers.H')
-rw-r--r--Source/Python/WarpXWrappers.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Python/WarpXWrappers.H b/Source/Python/WarpXWrappers.H
index f4fa2a3fd..9d4f2475b 100644
--- a/Source/Python/WarpXWrappers.H
+++ b/Source/Python/WarpXWrappers.H
@@ -130,7 +130,9 @@ extern "C" {
void warpx_FillBoundaryE ();
void warpx_FillBoundaryB ();
void warpx_SyncRho ();
- void warpx_SyncCurrent ();
+ void warpx_SyncCurrent (
+ const amrex::Vector<std::array<std::unique_ptr<amrex::MultiFab>,3>>& J_fp,
+ const amrex::Vector<std::array<std::unique_ptr<amrex::MultiFab>,3>>& J_cp);
void warpx_UpdateAuxilaryData ();
void warpx_PushParticlesandDepose (amrex::Real cur_time);