diff --git a/grudge/models/advection.py b/grudge/models/advection.py index 68b1a0bad18c4584974a70ccab45fe5975b92465..e10fb0002754ce21ef33481d3bfdf6a34152f01b 100644 --- a/grudge/models/advection.py +++ b/grudge/models/advection.py @@ -174,8 +174,8 @@ class VariableCoefficientAdvectionOperator(HyperbolicOperator): return sym.InverseMassOperator()( np.dot(sym.stiffness_t(self.ambient_dim), sym.cse(self.v*u)) - sym.FaceMassOperator()( - flux(sym.int_tpair(u)) - + flux(sym.bv_tpair(sym.BTAG_ALL, u, bc_in)) + flux(sym.int_tpair(u)) + + flux(sym.bv_tpair(sym.BTAG_ALL, u, bc_in)) # FIXME: Add back support for inflow/outflow tags #+ flux(sym.bv_tpair(self.inflow_tag, u, bc_in))