Skip to content

Fork is carrying around a reverted commit #13

Open
@connorjward

Description

@connorjward

For some time this PETSc fork has included an extra commit required for Firedrake to work. This commit removes the following code from fieldsplit.c:

          {
            PetscErrorCode (*func)(KSP,Mat,Mat,void*);
            void            *ctx;

            ierr = DMKSPGetComputeOperators(pc->dm, &func, &ctx);CHKERRQ(ierr);
            ierr = DMKSPSetComputeOperators(dms[i],  func,  ctx);CHKERRQ(ierr);
          }

This is due to an unresolved upstream issue.

See also:

It would be good to fix this upstream. This fork could then simply mirror PETSc main.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions