Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Sep 12, 2023
1 parent 3be902f commit 9cc5747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ufl/algorithms/formdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def __str__(self):
# Coefficients
("Number of coefficients", self.num_coefficients),
("Coefficients", lstr(self.reduced_coefficients)),
# Subspaces
("Number of subspaces", self.num_subspaces),
("Subspaces", lstr(self.reduced_subspaces)),
# Elements
("Unique elements", estr(self.unique_elements)),
("Unique sub elements", estr(self.unique_sub_elements)),
Expand Down

0 comments on commit 9cc5747

Please sign in to comment.