summaryrefslogtreecommitdiff
path: root/stokes.hpp
AgeCommit message (Expand)Author
2021-11-23Fixed some problems with changing the Real type, and went back to geometric i...Jaron Kent-Dobias
2021-11-23Swiched to using Jacobi polynomials instead of Legendre.Jaron Kent-Dobias
2021-11-23Fixed bug in previous commit due to unsigned int underflow.Jaron Kent-Dobias
2021-11-23Switched to Legendre polynomials.Jaron Kent-Dobias
2021-11-12Some tweaking of the Stokes finder, how the lines are recorded, and fewer exe...Jaron Kent-Dobias
2021-11-11Cleaned up code and algorithmic improvements for data collection.Jaron Kent-Dobias
2021-11-11Fixed bug in cord hessian.Jaron Kent-Dobias
2021-11-09Generalized code to easily allow mixed p-spins.Jaron Kent-Dobias
2021-11-08Removed a lot more old code, including old Rope class.Jaron Kent-Dobias
2021-11-08Removed some unused files.Jaron Kent-Dobias
2021-11-06Finished Levenburg-Marquardt for Stokes lines.Jaron Kent-Dobias
2021-11-05Lots of progress towards Hessian implementation.Jaron Kent-Dobias
2021-11-05Work on Stokes lines, and new method involving parametric fits.Jaron Kent-Dobias
2021-02-25More changes.Jaron Kent-Dobias
2021-02-25Many changes.Jaron Kent-Dobias
2021-02-24Work on Stokes lines.Jaron Kent-Dobias
2021-02-18Converted variation calculation to be direction-specific.Jaron Kent-Dobias
2021-02-18More Stokes tweaks.Jaron Kent-Dobias
2021-02-17A little bit of refactoring in the Rope class.Jaron Kent-Dobias
2021-02-17Rearranged some functions among files, and wrote the normalize function to ta...Jaron Kent-Dobias
2021-02-17Algorithmic tweaks to rope relaxation now suceeds in finding Stokes lines rel...Jaron Kent-Dobias
2021-02-17Got the variation calculation fixed and working.Jaron Kent-Dobias
2021-02-16Progress towards a working Stokes line finder.Jaron Kent-Dobias
2021-02-11Draft code for finding Stokes lines via relaxing ropes.Jaron Kent-Dobias