BIG rewrite and changes (too many to list)

This commit is contained in:
Simon Gardling
2021-04-01 11:24:29 -04:00
parent dc2e46c51b
commit 4864ccae75
6 changed files with 42 additions and 30 deletions

View File

@@ -11,8 +11,8 @@ fn main() {
// let (width, height) = (1024, 1024);
// # of agents
let n_particles = 1 << 10;
// let n_particles = 1 << 16;
// let n_particles = 1 << 10;
let n_particles = 1 << 16;
println!("n_particles: {}", n_particles);
let diffusivity = 1;