All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----edu.cornell.lassp.mck10.Hysteresis.SpinFlip
SpinFlip is a class which is used to store information about
a spin which may be about to flip. It is also used in the Avalanche
class to store spins which have already flipped.
Source Code is available.
SpinFlip(coords[],num,level,nField) constructor
creates a new SpinFlip with the appropriate values.
public int num
public short coords[]
public short level
public SpinFlip next
protected short oldNField
public SpinFlip(short coords[],
int num,
short level,
short nField)
SpinFlip(coords[],num,level,nField) constructor
creates a new SpinFlip with the appropriate values.
All Packages Class Hierarchy This Package Previous Next Index