colinthart
colinthart
I have been an end user of commercial FEM packages, but I only have recently begun studying FEM implementation. I have found the following resources useful to supplement information in...
I have encountered this as well [`numba.generated_jit` has been deprecated and removed](https://github.com/numba/numba/pull/9353) [Discussion of the removal of `numba.generated_jit` and recommendations for replacement](https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-generated-jit) As a workaround until this change, `clifford` users...