firedrakeproject / tsfc

Two-stage form compiler
Other
15 stars 25 forks source link

Fix O(N^2) behaviour in flop counting #263

Closed wence- closed 3 years ago

wence- commented 3 years ago

We need to turn the list of temporaries into a set since we look up in it all the time.