Function ltn::draw_cells::diffusion[][src]

fn diffusion(
    grid: &mut Grid<Option<usize>>,
    boundary_marker: usize
) -> HashSet<(usize, usize)>
Expand description

Returns a set of adjacent indices. The pairs are symmetric – (x, y) and (y, x) will both be populated. Adjacency with boundary_marker doesn’t count.