David Zwicker

Results 18 comments of David Zwicker

I'm not quite sure what you are referring to, but solving a diffusion equation with spatially dependent coefficients is possible; see #229. If you think you found an issue in...

Yes, certainly. If you use the method presented in #229, you can simply have expressions that depend on `t` to get explicit temporal dependence.

The JSON codec also has problems with simple dictionaries, e.g., when `x = {"a": 1}` or `x = np.array({"a": 1}, dtype=object)` in the example above.

Yeah, that seems to be a hard requirement. The internal workings indeed assume that an array is encoded. I don't know if this is by design, but it would be...

Well, yes it works for arrays with at least one dimension, but not for zero-dimensional arrays. Sorry if I was not clear in my earlier post. I agree that this...

Yeah, this works for me! Thanks

Do we really need to test for several sizes or would it make more sense to test various dimensions, e.g., 0d, 1d, and 2d arrays?

The number of Checks got a little bit out of hands :) I think we need to somehow reduce this to also keep the used resources in check. I propose...

I think it would be good to find an example problem where we can demonstrate that using `numba` with MPI yields much better performance. I guess we would need to...

I completely agree! The JOSS paper should not show a comprehensive performance comparison, but I think a demonstration of the performance improvement would be nice! If you already planned that...