Skip to content
Snippets Groups Projects
Commit e03cabf9 authored by Thomas Gibson's avatar Thomas Gibson
Browse files

Remove dof_desc imports in primitives module

parent dcaab6f5
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,6 @@ from pymbolic.primitives import (
make_common_subexpression as cse)
from pymbolic.geometric_algebra import MultiVector
# FIXME: Need to import these for backwards compatibility with
# Mirgecom. Need to remove importing the following from
# `grudge.symbolic.primitives` in https://github.com/illinois-ceesd/mirgecom
from grudge.dof_desc import \
DOFDesc, as_dofdesc, DTAG_BOUNDARY, DISCR_TAG_BASE, QTAG_NONE # noqa: F401
class ExpressionBase(prim.Expression):
def make_stringifier(self, originating_stringifier=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment