Open davidrpugh opened 9 years ago
I think that the first thing to do is finish work on add-bspline-residual
and then merge to master
, then rebase/merge master into add-collocation-solver
and then eventually merge add-collocation-solver
back into master. Uggh...
Solver
base class needs to require methods for interpolation. ForOrthogonalCollocation
these methods will be trivial. ForShootingSolver
this will require implementing B-spline interpolation. This work is currently spread across two branches of the codeadd-collocation-solver
andadd-bspline-residual
.