Skip to content
Snippets Groups Projects
Commit ac8c4816 authored by Bogdan Enache's avatar Bogdan Enache
Browse files

Linter

parent 7248dc30
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
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