swarm.space
Class Diffuse2dCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.space.Diffuse2dCImpl

public class Diffuse2dCImpl
extends PhaseCImpl
implements Ca2dS, Ca2dC, Diffuse2dS

2d difussion with evaporation.. Discrete 2nd order approximation to 2d diffusion with evaporation. Math is done in integers on the range [0,0x7fff].


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
Diffuse2dCImpl()
           
Diffuse2dCImpl(Diffuse2dImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.space.Ca2dC
createEnd, initializeLattice, setNumStates
 
Methods implemented by this class for interface swarm.space.Diffuse2dS
setDiffusionConstant, setEvaporationRate
 
Methods implemented by this class for interface swarm.space.DblBuffer2dC
createEnd
 
Methods implemented by this class for interface swarm.space.Discrete2dC
createEnd, makeOffsets, setSizeX$Y
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diffuse2dCImpl

public Diffuse2dCImpl(Diffuse2dImpl nextPhase)

Diffuse2dCImpl

public Diffuse2dCImpl()