Skip to content
Snippets Groups Projects
Unverified Commit 4be05fb5 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Improve freeze/thaw usability (#123)

* Clone _setup_actx to permit catching leaks

* Point arraycontext at freeze-thaw-usability in req.txt

* Point requirements.txt back to main for arraycontext
parent e712047f
No related branches found
No related tags found
No related merge requests found
Pipeline #173995 passed
...@@ -111,7 +111,7 @@ class DiscretizationCollection: ...@@ -111,7 +111,7 @@ class DiscretizationCollection:
DeprecationWarning, stacklevel=2) DeprecationWarning, stacklevel=2)
discr_tag_to_group_factory = quad_tag_to_group_factory discr_tag_to_group_factory = quad_tag_to_group_factory
self._setup_actx = array_context self._setup_actx = array_context.clone()
from meshmode.discretization.poly_element import \ from meshmode.discretization.poly_element import \
PolynomialWarpAndBlendGroupFactory PolynomialWarpAndBlendGroupFactory
......
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