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 8b9cfa0 commit 9ad2e25Copy full SHA for 9ad2e25
tsfc/ufl_utils.py
@@ -44,7 +44,6 @@ def compute_form_data(form,
44
do_apply_restrictions=True,
45
do_estimate_degrees=True,
46
coefficients_to_split=None,
47
- do_assume_single_integral_type=False,
48
complex_mode=False):
49
"""Preprocess UFL form in a format suitable for TSFC. Return
50
form data.
@@ -64,7 +63,6 @@ def compute_form_data(form,
64
63
do_estimate_degrees=do_estimate_degrees,
65
do_replace_functions=True,
66
coefficients_to_split=coefficients_to_split,
67
- do_assume_single_integral_type=do_assume_single_integral_type,
68
complex_mode=complex_mode
69
)
70
constants = extract_firedrake_constants(form)
0 commit comments