FEniCS/basix

Support tabulate with no internal heap (dynamic) memory allocation

Closed this issue · 0 comments

To support fast basis function evaluation, Basix should support tabulation without internal heap (dynamic) memory allocation. The code that needs revision to support this is polyset.

We should pass 'scratch' memory, and provide a function that reports how much memory is required.