You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add linearization feature and nonlinear solve (#140)
* Add smooth deform function
* Reduce allocs
* Add linearize function and docs
* Working linearize example
* Add nonlin solver which added allocations
* Move bench2 test to bench
* Fix allocations
* Add nonlinear solver
* Add nonlin test
* Remove a lot of unnecessary function signature types
* Use a lot more mvec
* Nonlin solve for jacobian
* Move cache inside struct
* Fix example
* Fix docstring
* Fix docstring
* Add types back to struct
* Non-allocating smooth deform
* Improve jacobian calculation
* Less allocs
* Add result tests
* Rename wa to body_aero
* Fix unchanged benchmark
* Add docs to linearize
* Fix create interp bug
* Add linearization tests
* Fix test for windows
* Fix tests for windows
* Remove unused P
* Add back types
* Remove function arg type
* Back to old types
0 commit comments