Package | Description |
---|---|
kineticMonteCarlo.atom | |
kineticMonteCarlo.lattice |
Modifier and Type | Class and Description |
---|---|
class |
BasicGrowthSimpleAtom |
Modifier and Type | Field and Description |
---|---|
private BasicGrowthAtom[] |
BasicGrowthAtom.neighbours |
Modifier and Type | Method and Description |
---|---|
BasicGrowthAtom |
BasicGrowthAtom.getNeighbour(int pos) |
Modifier and Type | Method and Description |
---|---|
private BasicGrowthAtom[][] |
BasicGrowthLattice.createAtoms() |
BasicGrowthAtom |
BasicGrowthLattice.getCentralAtom() |
Modifier and Type | Method and Description |
---|---|
private void |
BasicGrowthLattice.addNeighbour(BasicGrowthAtom neighbourAtom,
int neighbourPosition,
boolean forceNucleation)
A new occupied atom was added before calling this method, here, updating the first and the
second neighbourhood.
|
private void |
BasicGrowthLattice.removeNeighbour(BasicGrowthAtom neighbourAtom,
int neighbourPosition)
Computes the removal of one atom.
|
private void |
BasicGrowthLattice.updateSecondNeighbour(BasicGrowthAtom secondNeighbourAtom) |