Closed
Description
The codebase currently uses an inelegant but reasonable finite difference approximation to calculate the Jacobian of a geometry's parametric function.
At time of writing, there didn't appear to be an automatic differentiation package that could compute the same thing out-of-the-box. These parametric functions return a Point
rather than a simple number. I believe this could be addressed by defining chain rules in Meshes.jl, but I'm open to other solutions.