|
chombo-discharge
|
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()). | |
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.