public class PercCellularLattice extends CellularLattice
TINYNUM
a, border, factor, intersectsBoundary, spatialOptInitialised, voxToObjects
Constructor and Description |
---|
PercCellularLattice(SimulationParams simParams) |
Modifier and Type | Method and Description |
---|---|
void |
initLattice()
initialises a lattice of cells with each location
being occupied with propbability p_perc or unoccupied
with probability (1-p_perc)
|
static void |
main(java.lang.String[] args) |
applyBoundaries, crossesMembrane, getCell, getCellOccupation, getPeakCoord, getSubstrateSize, getWindingNumbers, getWindingNumbers, init, intracellular, testBarrierReflection, testBoundaryCrossing, testGetCell, testPeriodicBoundaries, testWindingNumbers
amend, getBottomLeft, getDiffusivityAt, getLogMagnetisationChange, getN, getSubsObj, getSubstrateCoords, getSubVoxelIndex, getUpperRight, initBoundaryIntersectionArrays, initCandidates, initialiseSpatialOptimisation, mapStepIntoSubstrate, moreCandidates, nextCandidate, testAmendment, testStepAmendment, unmapStepFromSubstrate, voxelContains
public PercCellularLattice(SimulationParams simParams)
l
- L
- p_perc
- public void initLattice()
initLattice
in class CellularLattice
CellularLattice.initLattice()
public static void main(java.lang.String[] args)