From 1e599d966ef89e7a665984219d23a1b8322680be Mon Sep 17 00:00:00 2001 From: Thomas Gibson Date: Sun, 25 Apr 2021 14:29:07 -0500 Subject: [PATCH] Update wave-op example --- examples/wave/wave-op-var-velocity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wave/wave-op-var-velocity.py b/examples/wave/wave-op-var-velocity.py index b531c939..73f25d8f 100644 --- a/examples/wave/wave-op-var-velocity.py +++ b/examples/wave/wave-op-var-velocity.py @@ -33,9 +33,10 @@ from meshmode.dof_array import thaw from meshmode.mesh import BTAG_ALL, BTAG_NONE # noqa from grudge.discretization import DiscretizationCollection +from grudge.dof_desc import QTAG_NONE, DOFDesc import grudge.op as op from grudge.shortcuts import make_visualizer -from grudge.symbolic.primitives import TracePair, QTAG_NONE, DOFDesc +from grudge.symbolic.primitives import TracePair # {{{ wave equation bits -- GitLab