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
v0.14-DEV: Refactor changing FP to a keyword argument (#91)
* Make uses of Line, Plane, and Ray explicit
* Tidying up
* Code cleanup
* Bugfix
* Bugfix
* Convert FP to kwarg with pass-through to workers
* Convert FP to kwarg
* Convert FP to kwarg
* Qualify use of Meshes.segments [skip ci]
* Convert FP to kwarg
* Convert FP to kwarg, wrapper no longer required for lineintegral
* Change comma to semicolon
* Convert FP to kwarg
* Update tests
* Fix erroneous leftover code fragment
* Apply suggestions from JuliaFormatter code review [skip ci]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Tighten up line lengths
* Add missing kwargs
* Drop unbound type parameter
* apply format suggestions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* default integration rules for `lineintegral`, `surfaceintegral`, and `volumeintegral`
* drop unbound type parameter
* fix default integration rule
* fix Floats to Vectors
* Qualify usages of Meshes area and volume
* Qualify usage of Meshes degree and clarify plane
* Remove unused explicit import - probably mistaken for I from IntegrationRule
* Convert Meshes and Unitful to imports
* Kill unitdirection function
* Split differentiation functions into separate file
* Improve docstring for jacobian
* Rename GaussKronrod-specific workers
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Joshua Lampert <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>
0 commit comments