Calum Skene

Results 5 comments of Calum Skene

Further to my previous message, I have made some progress with getting *test_shell_dynamo.py* to work. As well as the boundary condition changes I mentioned before, I also changed the initial...

Hi, I've seen that the test_shell_dynamo.py and test_BVP_shell.py scripts have now moved from the Dedalus repo. A quick update on this issue; for the current version of Dedalus v3 I...

Happy to close this issue since the scripts it concerns have been moved out of the Dedalus repo. Also just to mention, @bpbrown has working versions of similar scripts in...

Just noting here that the trace operator doesn't work on GPU's as cupy's einsum doesn't take an out argument. A similar fix to dot product (commit fb9b3d6) fixes things. Also...

Interpolate doesn't currently work either, with error ... File "~/Packages/dedalus_gpu/dedalus/core/operators.py", line 975, in _subspace_matrix return cls._full_matrix(input_basis, output_basis, *args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: InterpolateRealFourier._full_matrix() missing 1 required positional argument: 'position'