Skip to content
Snippets Groups Projects
Commit 9cba88f4 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

bug fix

parent 78a6f4ff
No related branches found
No related tags found
1 merge request!15Exchange troubled cell
......@@ -160,8 +160,8 @@ def femDGOperator(Model, space,
hasAdvFlux = hasattr(Model,"F_c")
hasDiffFlux = hasattr(Model,"F_v")
hasStiffSource = hasattr(Model,"S_i")
hasNonStiffSource = hasattr(Model,"S_ns")
hasStiffSource = hasattr(Model,"S_i") or hasattr(Model,"S_s")
hasNonStiffSource = hasattr(Model,"S_e") or hasattr(Model,"S_ns")
virtualize = False
includes = []
......
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