Matt Smith
Matt Smith
illinois-ceesd/mirgecom#944 seems to be caused by a loss of certain length-1 loops during loopy processing. (Creating an issue for discussion. More details to follow.)
Fixes #731.
The times reported by the `build program: kernel '' was part of a lengthy source build resulting from a binary cache miss ()` output appear to increase fairly dramatically with...
These are part of what was causing the fallback warnings while compiling the Y3 prediction case.
Now accepts a list of dicts (one per mesh group), where each dict maps a tag to a numpy array of element/face indices that belong to that tag. This removes...
Weakens the mesh check a bit to fix #358. Also adds an object identity check to the mesh `__eq__` so it doesn't need to compare all the attributes if the...
@anderson2981 and @tulioricci have both run into errors in `make_same_mesh_connection` when restarting with different orders. Specifically, this check is failing: ```python if from_discr.mesh is not to_discr.mesh: raise ValueError("from_discr and to_discr...
@inducer I'm guessing you probably won't need this for the multi-domain wave demo, but just in case.
@dshtey2 is looking for a way to evaluate `DOFArray`-based fields at given spatial positions. This issue is intended for discussion of that functionality: what code might already exist for this,...