#include <parallelNucleationList.h>
template<int dim>
class parallelNucleationList< dim >
Definition at line 14 of file parallelNucleationList.h.
◆ parallelNucleationList()
◆ broadcastUpdate()
void broadcastUpdate |
( |
int |
broadcastProc, |
|
|
int |
thisProc |
|
) |
| |
|
protected |
◆ buildGlobalNucleiList()
std::vector< nucleus< dim > > buildGlobalNucleiList |
( |
double |
min_dist_between_nuclei, |
|
|
unsigned int |
old_num_nuclei |
|
) |
| |
◆ receiveUpdate()
void receiveUpdate |
( |
int |
procno | ) |
|
|
protected |
◆ removeSubsetOfNuclei()
std::vector< nucleus< dim > > removeSubsetOfNuclei |
( |
std::vector< unsigned int > |
nuclei_to_remove, |
|
|
unsigned int |
nuclei_size |
|
) |
| |
◆ resolveNucleationConflicts()
void resolveNucleationConflicts |
( |
double |
min_dist_between_nuclei, |
|
|
unsigned int |
old_num_nuclei |
|
) |
| |
|
protected |
◆ sendUpdate()
void sendUpdate |
( |
int |
procno | ) |
const |
|
protected |
◆ newnuclei
std::vector<nucleus<dim> > newnuclei |
|
protected |
The documentation for this class was generated from the following files: