IntegralEquations / Inti.jl

Other
16 stars 2 forks source link

Use `ForwardDiff` for `jacobian` computation #51

Closed maltezfaria closed 4 months ago

maltezfaria commented 4 months ago

Switch from either manual computation of the jacobian for some of the Lagrange elements, or a finite difference approximation in the generic case, to using ForwardDiff.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.12%. Comparing base (57efc11) to head (8877294).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 62.55% 63.12% +0.57% ========================================== Files 22 22 Lines 2497 2449 -48 ========================================== - Hits 1562 1546 -16 + Misses 935 903 -32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.