mirobeka / cellular-automata

Experiments on lattice
2 stars 0 forks source link

Separate cell data and cell functionality #38

Closed mirobeka closed 11 years ago

mirobeka commented 11 years ago

Separate cell data and functionality so data can be stored in numpy array and simply passed to open cl kernel that makes parallel computation and speed up things.