On Mar 5, 2007, at 5:10 PM, Ruedi Wettstein wrote:
is this a bug or do I miss a point?
It looks like a bug. Thank you for reporting it.
does anyone have a suggestion on how to build an irregular 1d grid?
Something like this
>>> Grid1D(dx = [1] * 10 + [0.1] * 10 + [1] * 10)
might work for you.
