-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added functions to compute the flux fast in c++ and compute the A mat…
…rix in optimization. This is tricky since I think there is a double Rodrigues rotation around the normal vector of each coil in the calculation. Agrees now with the calculation from the existing CircularCoil class, but for some reason the pure BiotSavart calculation disagrees. Need to square away all these rotations and put this issue to bed + add a unit test to check the three Bn calculations. Then, will run a basic optimization again and make a little visual. Then next step will be to derive and code up the least squares jacobian.
- Loading branch information
Showing
6 changed files
with
308 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.