With codegen to BVProblem being added to MTK soon it'd be nice if the BVP solvers could work with the Jacobian, W matrix, etc. that can be generated from it. Currently doing something like
bvp = SciMLBase.BVProblem(lksys, u0map, tspan; guesses, constraints, jac = true)
solve(bvp, MIRK4(), dt = 0.01)
will result in a Unrecognized keyword arguments: [:jac]