simpeg / discretize

Discretization tools for finite volume and inverse problems.

Home Page:http://discretize.simpeg.xyz/

Repository from Github https://github.comsimpeg/discretizeRepository from Github https://github.comsimpeg/discretize

OcTree: Plot grid for certain level

prisae opened this issue · comments

I think it would be nice to plot a certain level of the OcTree,

mesh.plotGrid(level=2)

or up to a certain level

mesh.plotGrid(max_level=3)

Not sure how straight forward it is to implement though.

Here a made-up examples for different levels.

example

Thinking about it, having level and max_level probably doesn't make sense. Only level, but up to that.