diff options
author | 2019-01-23 14:52:16 -0800 | |
---|---|---|
committer | 2019-01-23 14:52:16 -0800 | |
commit | 00e901d2194493c43cd35b471d5da664e3f65b5b (patch) | |
tree | 982a6b655ebf5faca868f697316c00b5a17c8b51 /Source/PhysicalParticleContainer.cpp | |
parent | 8d80dc09f180937fc96dbf18dcdf0469c2607bb7 (diff) | |
parent | 33ee01b39209d86aa1a51e1823a7a82d2ca1dc8e (diff) | |
download | WarpX-00e901d2194493c43cd35b471d5da664e3f65b5b.tar.gz WarpX-00e901d2194493c43cd35b471d5da664e3f65b5b.tar.zst WarpX-00e901d2194493c43cd35b471d5da664e3f65b5b.zip |
Merge pull request #52 from ECP-WarpX/nodal_gather
Adapt WarpX so it can use latest PICSAR modifications for nodal gather
Diffstat (limited to 'Source/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/PhysicalParticleContainer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/PhysicalParticleContainer.cpp b/Source/PhysicalParticleContainer.cpp index a21285a17..79f132f4d 100644 --- a/Source/PhysicalParticleContainer.cpp +++ b/Source/PhysicalParticleContainer.cpp @@ -983,7 +983,7 @@ PhysicalParticleContainer::FieldGather (int lev, BL_TO_FORTRAN_ANYD(bxfab), BL_TO_FORTRAN_ANYD(byfab), BL_TO_FORTRAN_ANYD(bzfab), - &ll4symtry, &WarpX::l_lower_order_in_v, + &ll4symtry, &WarpX::l_lower_order_in_v, &WarpX::do_nodal, &lvect_fieldgathe, &WarpX::field_gathering_algo); if (cost) { @@ -1288,7 +1288,7 @@ PhysicalParticleContainer::Evolve (int lev, BL_TO_FORTRAN_ANYD(*bxfab), BL_TO_FORTRAN_ANYD(*byfab), BL_TO_FORTRAN_ANYD(*bzfab), - &ll4symtry, &WarpX::l_lower_order_in_v, + &ll4symtry, &WarpX::l_lower_order_in_v, &WarpX::do_nodal, &lvect_fieldgathe, &WarpX::field_gathering_algo); if (np_gather < np) @@ -1385,7 +1385,7 @@ PhysicalParticleContainer::Evolve (int lev, BL_TO_FORTRAN_ANYD(*cbxfab), BL_TO_FORTRAN_ANYD(*cbyfab), BL_TO_FORTRAN_ANYD(*cbzfab), - &ll4symtry, &WarpX::l_lower_order_in_v, + &ll4symtry, &WarpX::l_lower_order_in_v, &WarpX::do_nodal, &lvect_fieldgathe, &WarpX::field_gathering_algo); } @@ -1560,7 +1560,7 @@ PhysicalParticleContainer::PushP (int lev, Real dt, BL_TO_FORTRAN_ANYD(bxfab), BL_TO_FORTRAN_ANYD(byfab), BL_TO_FORTRAN_ANYD(bzfab), - &ll4symtry, &WarpX::l_lower_order_in_v, + &ll4symtry, &WarpX::l_lower_order_in_v, &WarpX::do_nodal, &lvect_fieldgathe, &WarpX::field_gathering_algo); warpx_particle_pusher_momenta(&np, |