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

Use "domain_tag" from DOFDesc

parent 1c6ceba2
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ class DiscretizationCollection:
qtag = dd.quadrature_tag
if qtag is QTAG_MODAL:
return self._modal_discr(dd)
return self._modal_discr(dd.domain_tag)
if dd.is_volume():
if qtag is not QTAG_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