public class StripedCellularLattice extends CellularLattice
TINYNUM
a, border, factor, intersectsBoundary, spatialOptInitialised, voxToObjects
Constructor and Description |
---|
StripedCellularLattice(SimulationParams simParams)
initialises stripes of occupied cells of given thickness (given
in number of cells) stripes will be parallel to the second
coordinate direction.
|
Modifier and Type | Method and Description |
---|---|
void |
initLattice()
initialises D dimensional lattice in stripes of proscribed thickness
|
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 StripedCellularLattice(SimulationParams simParams)
l
- cell sizeL
- lattice sizestripethickness
- thickness of stripes (and gaps)public void initLattice()
initLattice
in class CellularLattice
CellularLattice.initLattice()
public static void main(java.lang.String[] args)