Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Particles/src/NuParticleContainers.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ void NuParticleContainer::PushAndDeposeParticles(const amrex::MultiFab &lapse,
ptd.rdata(PIdx::time)[i] += dt;
});
}

// tidy after the full step
this->Redistribute();
}

void NuParticleContainer::OutputParticlesAscii(const cGH *cctkGH) {
Expand Down
1 change: 1 addition & 0 deletions TestNuParticles/src/testnuparticles.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ extern "C" void TestNuParticles_PushAndDeposeParticles(CCTK_ARGUMENTS) {

pc->PushAndDeposeParticles(lapse, shift, met3d, dt, lev);
}
pc->Redistribute();
} // for patch

// IO
Expand Down
1 change: 1 addition & 0 deletions TestNuPcsArdBH/src/testnupcsardbh.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ extern "C" void TestNuPcsArdBH_PushAndDeposeParticles(CCTK_ARGUMENTS) {

pc->PushAndDeposeParticles(lapse, shift, met3d, dt, lev);
}
pc->Redistribute();
} // for patch

// IO
Expand Down
Loading