liamoconnor9
Results
2
issues of
liamoconnor9
Here's a case which gives the error: ``` import numpy as np import dedalus.public as d3 from mpi4py import MPI CW = MPI.COMM_WORLD import logging logger = logging.getLogger(__name__) dtype =...
bug
The antidifferentiate method in field.py hasn't been updated for use in d3. Daniel suggested it might not be possible to antidifferentiate in curvilinear bases. I'm going to update it for...