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

Including PETSc4py as linear solver #362

wants to merge 29 commits into from

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    f3974fe View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    c317a3a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    8f96ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f333276 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8feb034 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. newton works, bregman not

    enricofacca committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    86bfab6 View commit details
    Browse the repository at this point in the history
  2. passing kernel info

    enricofacca committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c220d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    771780c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2e8f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    7a31345 View commit details
    Browse the repository at this point in the history
  2. test passed

    enricofacca committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3ec454f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9699818 View commit details
    Browse the repository at this point in the history
  2. passing field ises

    enricofacca committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    65c17af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae2229 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. both dmk and pdhg works but only on squared grids and there is probab…

    …ly some eroor in pdhg with to scaling
    enricofacca committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5142b1c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fixed issue for using LU factorization. Fixed memory accumualation ad…

    …ding a method to free it.
    enricofacca committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    46b2c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c226454 View commit details
    Browse the repository at this point in the history
  3. test with zoom

    enricofacca committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3f3be72 View commit details
    Browse the repository at this point in the history
  4. orginal unit test

    enricofacca committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4067855 View commit details
    Browse the repository at this point in the history
  5. restoring old test

    enricofacca committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    bc93ce8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70b5a9a View commit details
    Browse the repository at this point in the history
  7. removed print from dmk

    enricofacca committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1971a04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cf473c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd55e15 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    dbb75fa View commit details
    Browse the repository at this point in the history
  2. before pull request

    enricofacca committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c3b4cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8540272 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d9d96 View commit details
    Browse the repository at this point in the history
  5. removed reference to lagrange multipliers. Add a lift to jacobian mat…

    …rix if a direct solver is used
    enricofacca committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1d1a447 View commit details
    Browse the repository at this point in the history