chombo-discharge
Loading...
Searching...
No Matches
Public Attributes | List of all members
ParticleManagement::detail::NNMergeVerdict Struct Reference

The judge's reply to one proposal. More...

#include <CD_NearestNeighborParticleMerge.H>

Public Attributes

ParticleID proposerID
 Global id of the proposer this verdict is a reply to (i.e. NNMergeProposal::source's id). Used by the proposer to match an incoming verdict back to one of its own outgoing proposals.
 
bool accepted
 True iff the judge accepted this specific proposal (i.e. it was the winning candidate for its target – see judgeProposals()).
 

Detailed Description

The judge's reply to one proposal.

Accepted implies the judge has already created the merged particle and removed its own (target) particle; the proposer, on receiving an accepted verdict, removes its own (source) particle. Rejected implies no action on either side – the proposer's particle is simply reconsidered next round.


The documentation for this struct was generated from the following file: