We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0214b62 commit 842bbb0Copy full SHA for 842bbb0
ffcx/ir/integral.py
@@ -65,7 +65,8 @@ def compute_integral_ir(
65
integrands: Dictionary mapping a quadrature rule to a sequence of integrands
66
argument_shape: Shape of the output tensor of the integral (used for tensor factorization)
67
p: Parameters used for clamping tables and for activating sum factorization
68
- visualise: If True, store the graph representation of the integrand in a pdf file `S.pdf` and `F.pdf`
+ visualise: If True, store the graph representation of the integrand in a pdf file
69
+ `S.pdf` and `F.pdf`
70
"""
71
# The intermediate representation dict we're building and returning
72
# here
0 commit comments