Package | Description |
---|---|
kineticMonteCarlo.atom | |
kineticMonteCarlo.lattice |
Modifier and Type | Class and Description |
---|---|
class |
GrapheneAtomGaillard
Based on paper P.
|
class |
GrapheneAtomGaillard1Neighbour
Based on paper P.
|
class |
GrapheneAtomGaillardSimple
Based on paper P.
|
class |
GrapheneAtomSchoenhalz
Based on paper P.
|
Modifier and Type | Field and Description |
---|---|
private GrapheneAtom[] |
GrapheneAtom.neighbours |
Modifier and Type | Method and Description |
---|---|
GrapheneAtom |
GrapheneAtom.getNeighbour(int pos) |
Modifier and Type | Method and Description |
---|---|
void |
GrapheneAtom.setNeighbours(GrapheneAtom[] neighbours) |
void |
GrapheneAtomSchoenhalz.setNeighbours(GrapheneAtom[] neighbours) |
Modifier and Type | Method and Description |
---|---|
private GrapheneAtom[][] |
GrapheneLattice.createAtoms(int hexaSizeI,
int hexaSizeJ,
HopsPerStep distancePerStep,
java.lang.Class<?> inputClass)
Creates the atom array for graphene.
|
GrapheneAtom |
GrapheneLattice.getCentralAtom() |
GrapheneAtom |
GrapheneLattice.getNeighbour(int xCart,
int yCart,
int neighbour) |
Modifier and Type | Method and Description |
---|---|
private void |
GrapheneLattice.add1stNeighbour(GrapheneAtom atom,
boolean forceNucleation) |
private void |
GrapheneLatticeSimple.add1stOccupiedNeighbour(GrapheneAtom neighbourAtom)
Éste lo ejecutan los primeros vecinos
|
private void |
GrapheneLattice.add2ndNeighbour(GrapheneAtom atom) |
private void |
GrapheneLattice.add3rdNeighbour(GrapheneAtom atom) |
private void |
GrapheneLattice.evaluateModifiedWhenAddNeigh(GrapheneAtom atom,
byte newType) |
private void |
GrapheneLattice.evaluateModifiedWhenRemNeigh(GrapheneAtom atom,
byte newType) |
private void |
GrapheneLattice.remove1stNeighbour(GrapheneAtom atom) |
private void |
GrapheneLatticeSimple.remove1stOccupiedNeighbour(GrapheneAtom neighbourAtom)
Computes the removal of one mobile atom.
|
private void |
GrapheneLattice.remove2ndNeighbour(GrapheneAtom atom) |
private void |
GrapheneLattice.remove3rdNeighbour(GrapheneAtom atom) |