Skip to content
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

Including PETSc4py as linear solver #362

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f3974fe
including petsc4py in requirement
enricofacca Nov 15, 2023
c317a3a
formatting according to black
enricofacca Nov 16, 2023
8f96ecc
Merge branch 'main' into dev_facca
enricofacca Feb 15, 2024
f333276
using only petsc ksp sovlers
enricofacca Feb 15, 2024
8feb034
passing ises and kernel to linear solver
enricofacca Feb 15, 2024
86bfab6
newton works, bregman not
enricofacca Feb 21, 2024
c220d18
passing kernel info
enricofacca Feb 21, 2024
771780c
able to define a user defined preconditioner for the Schur complement
enricofacca Feb 21, 2024
5f2e8f4
passing contrxt to ksp and pc
enricofacca Feb 21, 2024
7a31345
cleaing linear algebra and added sinkhorn
enricofacca Mar 5, 2024
3ec454f
test passed
enricofacca Mar 5, 2024
9699818
working in geomloss inclusinon
enricofacca Jun 5, 2024
65c17af
passing field ises
enricofacca Jun 5, 2024
6ae2229
main test for wasserstein
enricofacca Jun 5, 2024
5142b1c
both dmk and pdhg works but only on squared grids and there is probab…
enricofacca Jul 30, 2024
46b2c89
fixed issue for using LU factorization. Fixed memory accumualation ad…
enricofacca Aug 1, 2024
c226454
remove amg. kappa for bregmann and newton
enricofacca Aug 1, 2024
3f3be72
test with zoom
enricofacca Aug 1, 2024
4067855
orginal unit test
enricofacca Aug 1, 2024
bc93ce8
restoring old test
enricofacca Aug 1, 2024
70b5a9a
test for geodetic wasserstein distance
enricofacca Aug 1, 2024
1971a04
removed print from dmk
enricofacca Aug 1, 2024
0cf473c
using proper image refinement
enricofacca Aug 1, 2024
cd55e15
proper refinement and exact 2d wasserstein distance
enricofacca Aug 1, 2024
dbb75fa
other solvers are removed for the moment
enricofacca Aug 2, 2024
c3b4cec
before pull request
enricofacca Aug 2, 2024
8540272
removed kappa for pull requests
enricofacca Aug 2, 2024
61d9d96
testing all full and reduced formulation in newton
enricofacca Aug 2, 2024
1d1a447
removed reference to lagrange multipliers. Add a lift to jacobian mat…
enricofacca Aug 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pandas
plotly
largestinteriorrectangle
pydicom
petsc4py
Loading
Loading