pyro2 icon indicating copy to clipboard operation
pyro2 copied to clipboard

Included PolarGrid class. right now it assumes no ghost cells

Open ssagynbayeva opened this issue 1 year ago • 2 comments

ssagynbayeva avatar Mar 09 '23 19:03 ssagynbayeva

I think that this is the geometry you want:

polar

zingale avatar Mar 09 '23 19:03 zingale

you should only need to add 3 functions to Grid2d:

area_x() area_y() volume()

it might also be good to add an assertion on the angle (y)

the ghost cells should be handled just fine by what is already in the class

zingale avatar Mar 09 '23 19:03 zingale