We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb4515 commit a7fedd0Copy full SHA for a7fedd0
1 file changed
devito/petsc/internals.py
@@ -2,6 +2,8 @@
2
import ctypes
3
from pathlib import Path
4
5
+from petsctools import get_petscvariables
6
+
7
from devito.tools import memoized_func
8
9
@@ -67,7 +69,8 @@ def get_petsc_variables():
67
69
return petsc_variables
68
70
71
-petsc_variables = get_petsc_variables()
72
+# petsc_variables = get_petsc_variables()
73
+petsc_variables = get_petscvariables()
74
# TODO: Use petsctools get_petscvariables() instead?
75
76
0 commit comments