-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python implementation refactor, numba kernel optimizations, some GPU implementations #8
base: master
Are you sure you want to change the base?
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 03fab69 - Browse repository at this point
Copy the full SHA 03fab69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e0e57 - Browse repository at this point
Copy the full SHA 29e0e57View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00604dd - Browse repository at this point
Copy the full SHA 00604ddView commit details
Commits on Jan 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a14952c - Browse repository at this point
Copy the full SHA a14952cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c479bfd - Browse repository at this point
Copy the full SHA c479bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1642e1 - Browse repository at this point
Copy the full SHA c1642e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80051ad - Browse repository at this point
Copy the full SHA 80051adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b02d6a - Browse repository at this point
Copy the full SHA 8b02d6aView commit details -
changed the implementation of the gradient to make it easier to reuse…
… the code for different energy functionals
Configuration menu - View commit details
-
Copy full SHA for 34849d7 - Browse repository at this point
Copy the full SHA 34849d7View commit details -
iterate over cells instead of nodes, which gets rid off all "if"s in …
…_integrate_pd_over_cells_single and is how one typically iterates in FE
Configuration menu - View commit details
-
Copy full SHA for b920ad9 - Browse repository at this point
Copy the full SHA b920ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd9018 - Browse repository at this point
Copy the full SHA 9bd9018View commit details
Commits on Jan 4, 2022
-
replaced the image interpolation code with an implementation I had at…
… hand that does "constant in normal direction" extension
Configuration menu - View commit details
-
Copy full SHA for f5b696e - Browse repository at this point
Copy the full SHA f5b696eView commit details -
added a residual function as preparation to reformulate the minimizat…
…ion problem as non-linear least squares problem
Configuration menu - View commit details
-
Copy full SHA for 410f24c - Browse repository at this point
Copy the full SHA 410f24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6803b - Browse repository at this point
Copy the full SHA ee6803bView commit details
Commits on Jan 5, 2022
-
added the gradient of the residual function and reformulated the mini…
…mization problem as non-linear least squares problem
Configuration menu - View commit details
-
Copy full SHA for 30356de - Browse repository at this point
Copy the full SHA 30356deView commit details -
precompute the constant matrix that corresponds to the gradient of th…
…e regularizer part of the residual
Configuration menu - View commit details
-
Copy full SHA for 5d0212d - Browse repository at this point
Copy the full SHA 5d0212dView commit details -
the regularizer part of the residual itself is now implemented as mat…
…rix vector mutliplication with a constant matrix and a constant shift
Configuration menu - View commit details
-
Copy full SHA for f06dee2 - Browse repository at this point
Copy the full SHA f06dee2View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e811f5 - Browse repository at this point
Copy the full SHA 7e811f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c7e57 - Browse repository at this point
Copy the full SHA 06c7e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b0330 - Browse repository at this point
Copy the full SHA 31b0330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c783c6 - Browse repository at this point
Copy the full SHA 4c783c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884507b - Browse repository at this point
Copy the full SHA 884507bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ae36f4 - Browse repository at this point
Copy the full SHA 6ae36f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e67ad - Browse repository at this point
Copy the full SHA 32e67adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5271fe9 - Browse repository at this point
Copy the full SHA 5271fe9View commit details -
normalize the integration domain so that its longest axis has length …
…1 (will make the multi level descent easier)
Configuration menu - View commit details
-
Copy full SHA for 55b36a0 - Browse repository at this point
Copy the full SHA 55b36a0View commit details -
the degrees of freedom of the displacement are now relative to the no…
…rmalized integration domain instead of in pixels (will make the multi level descent easier)
Configuration menu - View commit details
-
Copy full SHA for 8ca6828 - Browse repository at this point
Copy the full SHA 8ca6828View commit details
Commits on Jan 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 946bbb6 - Browse repository at this point
Copy the full SHA 946bbb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c43e07 - Browse repository at this point
Copy the full SHA 8c43e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2556e3 - Browse repository at this point
Copy the full SHA a2556e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fd895 - Browse repository at this point
Copy the full SHA b0fd895View commit details
Commits on Jan 9, 2022
-
use CHOLMOD to solve the sparse normal equations instead of sparseqr …
…for the linear least squares problem
Configuration menu - View commit details
-
Copy full SHA for 447afb2 - Browse repository at this point
Copy the full SHA 447afb2View commit details -
Merge pull request #4 from berkels/testing
Added first working python implementation match-series
Configuration menu - View commit details
-
Copy full SHA for 48f6c00 - Browse repository at this point
Copy the full SHA 48f6c00View commit details
Commits on Jun 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f8662de - Browse repository at this point
Copy the full SHA f8662deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b37620 - Browse repository at this point
Copy the full SHA 5b37620View commit details -
Configuration menu - View commit details
-
Copy full SHA for a942cac - Browse repository at this point
Copy the full SHA a942cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for c917f39 - Browse repository at this point
Copy the full SHA c917f39View commit details
Commits on Jun 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35cc230 - Browse repository at this point
Copy the full SHA 35cc230View commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8085c80 - Browse repository at this point
Copy the full SHA 8085c80View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 212f134 - Browse repository at this point
Copy the full SHA 212f134View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e28965 - Browse repository at this point
Copy the full SHA 5e28965View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c9f1a95 - Browse repository at this point
Copy the full SHA c9f1a95View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e172ac7 - Browse repository at this point
Copy the full SHA e172ac7View commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ef62db8 - Browse repository at this point
Copy the full SHA ef62db8View commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cee216e - Browse repository at this point
Copy the full SHA cee216eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7b6da - Browse repository at this point
Copy the full SHA 7d7b6daView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0fc59 - Browse repository at this point
Copy the full SHA df0fc59View commit details -
Configuration menu - View commit details
-
Copy full SHA for e81798a - Browse repository at this point
Copy the full SHA e81798aView commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c1dba19 - Browse repository at this point
Copy the full SHA c1dba19View commit details
Commits on Jan 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9900260 - Browse repository at this point
Copy the full SHA 9900260View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fe05d - Browse repository at this point
Copy the full SHA e5fe05dView commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2ffbb25 - Browse repository at this point
Copy the full SHA 2ffbb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd38d1 - Browse repository at this point
Copy the full SHA edd38d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1981361 - Browse repository at this point
Copy the full SHA 1981361View commit details -
Configuration menu - View commit details
-
Copy full SHA for a273e35 - Browse repository at this point
Copy the full SHA a273e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3edaf7 - Browse repository at this point
Copy the full SHA c3edaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55129b - Browse repository at this point
Copy the full SHA e55129bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 182630e - Browse repository at this point
Copy the full SHA 182630eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b18e7 - Browse repository at this point
Copy the full SHA 82b18e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e137abb - Browse repository at this point
Copy the full SHA e137abbView commit details