rhodrin

Results 12 issues of rhodrin

When attaching M `SubDomain`'s to an N-dimensional grid M*N `SubDimension`'s are currently being created, but often some `SubDimension`'s can, and should, be re-used. Therefore, during the finalization of a `SubDomain`...

As described in the title. MFE below. Consider the following numpy array operation: ``` import numpy as np a = np.zeros((4, 6)) b = a.T[::2, ::2] ``` We then have...

bug-py-minor