Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete particle frames in GUARD #363

Merged

Conversation

psychocoderHPC
Copy link
Member

Close #361:

  • add new function to delete particles in GUARD where no neighbor is connected
  • delete GUARD particles in TaskParticlesSend.hpp

@psychocoderHPC psychocoderHPC added this to the Open Beta milestone Apr 24, 2014
- add new function to delete particles in GUARD where no neighbor is connected
- delete GUARD particles in TaskParticlesSendelete GUARD particles in TaskParticlesSendd
@@ -32,13 +33,23 @@

namespace PMacc
{
template<typename T_ParticleDescription, class MappingDesc>
void ParticlesBase<T_ParticleDescription, MappingDesc>::deleteParticles(uint32_t exchangeType)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls rename to deleteGuardParticles or similar to reflect this only works on GUARD areas with the ExchangeMapper set appropriate.

rename deleteParticles() to deleteGuardParticles()
ax3l added a commit that referenced this pull request Apr 25, 2014
@ax3l ax3l merged commit 2ece943 into ComputationalRadiationPhysics:dev Apr 25, 2014
@psychocoderHPC psychocoderHPC deleted the topic-freeGuardFrames branch April 25, 2014 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants