We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefaultOptionSet
-fieldsplit
1 parent c75250e commit 6043df6Copy full SHA for 6043df6
petsctools/__init__.py
@@ -37,6 +37,7 @@
37
is_set_from_options,
38
inserted_options,
39
set_default_parameter,
40
+ DefaultOptionSet,
41
)
42
from .pc import PCBase # noqa: F401
43
else:
@@ -61,6 +62,7 @@ def __getattr__(name):
61
62
"is_set_from_options",
63
"inserted_options",
64
"set_default_parameter",
65
+ "DefaultOptionSet",
66
"PCBase",
67
}
68
if name in petsc4py_attrs:
0 commit comments