Uses of Class
uchicago.src.sim.space.Diffuse2D

Packages that use Diffuse2D
uchicago.src.repastdemos.heatBugs   
uchicago.src.repastdemos.hexabugs   
uchicago.src.sim.space   
 

Uses of Diffuse2D in uchicago.src.repastdemos.heatBugs
 

Subclasses of Diffuse2D in uchicago.src.repastdemos.heatBugs
 class HeatSpace
          The environment that the heat bugs inhabit.
 

Uses of Diffuse2D in uchicago.src.repastdemos.hexabugs
 

Subclasses of Diffuse2D in uchicago.src.repastdemos.hexabugs
 class HexaSpace
          The environment that the heat bugs inhabit.
 

Uses of Diffuse2D in uchicago.src.sim.space
 

Subclasses of Diffuse2D in uchicago.src.sim.space
 class Diffuse2DHexagonal
          Discrete 2nd order approximation of 2d diffusion with evaporation on a hexagonal grid.