Skip to content

Commit

Permalink
Update Source/Particles/PhysicalParticleContainer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Huebl <[email protected]>
  • Loading branch information
lucafedeli88 and ax3l authored Sep 5, 2024
1 parent cb35414 commit 8008438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/PhysicalParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@ PhysicalParticleContainer::ImplicitPushXP (WarpXParIter& pti,
#if !defined(AMREX_USE_GPU)
std::stringstream convergenceMsg;
convergenceMsg << "Picard solver for particle failed to converge after " <<
iter << " iterations. " << "\n";
iter << " iterations.\n";
convergenceMsg << "Position step norm is " << step_norm <<
" and the tolerance is " << particle_tolerance << "\n";
convergenceMsg << " ux = " << ux[ip] << ", uy = " << uy[ip] << ", uz = " << uz[ip] << "\n";
Expand Down

0 comments on commit 8008438

Please sign in to comment.