Skip to content

Commit

Permalink
Update ufl/algorithms/analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jørgen Schartum Dokken <[email protected]>
  • Loading branch information
ksagiyam and jorgensd authored Sep 11, 2024
1 parent 71d79f4 commit 6dbbd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufl/algorithms/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def extract_base_form_operators(a):


def extract_terminals_with_domain(a):
"""Build three sorted lists of all arguments, coefficients, and geometric quantities in a.
"""Build three sorted lists of all arguments, coefficients, and geometric quantities in `a`.
This function is faster than extracting each type of terminal
separately for large forms, and has more validation built in.
Expand Down

0 comments on commit 6dbbd72

Please sign in to comment.