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.
1 parent 4d6f789 commit c2a63f0Copy full SHA for c2a63f0
firedrake/interpolation.py
@@ -63,7 +63,7 @@
63
)
64
65
66
-@dataclass
+@dataclass(kw_only=True)
67
class InterpolateOptions:
68
"""Options for interpolation operations.
69
@@ -715,7 +715,7 @@ def _build_interpolation_callables(
715
Parameters
716
----------
717
expr : ufl.Interpolate | ufl.ZeroBaseForm
718
- The symbolic interpolation expression, or a zero form. Zero forms
+ The symbolic interpolation expression, or a ZeroBaseForm. ZeroBaseForms
719
are simplified here to avoid code generation when access is WRITE or INC.
720
tensor : op2.Dat | op2.Mat | op2.Global
721
Object to hold the result of the interpolation.
0 commit comments