Home
last modified time | relevance | path

Searched refs:patchRHSWithArtificial (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h94 …Vec patchRHSWithArtificial; /* like patchRHS but extra entries to include dofs wi… member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2632 … PetscCall(VecCreateSeq(PETSC_COMM_SELF, maxDofWithArtificial, &patch->patchRHSWithArtificial)); in PCSetUp_PATCH()
2633 PetscCall(VecSetUp(patch->patchRHSWithArtificial)); in PCSetUp_PATCH()
2762 patch->patchRHSWithArtificial->map->n = m; in PCUpdateMultiplicative_PATCH_Linear()
2764 patch->patchRHSWithArtificial->map->N = m; in PCUpdateMultiplicative_PATCH_Linear()
2765 PetscCall(MatMult(multMat, patch->patchUpdate, patch->patchRHSWithArtificial)); in PCUpdateMultiplicative_PATCH_Linear()
2766 PetscCall(VecScale(patch->patchRHSWithArtificial, -1.0)); in PCUpdateMultiplicative_PATCH_Linear()
2767 …PetscCall(PCPatch_ScatterLocal_Private(pc, i + pStart, patch->patchRHSWithArtificial, patch->local… in PCUpdateMultiplicative_PATCH_Linear()
2935 PetscCall(VecDestroy(&patch->patchRHSWithArtificial)); in PCReset_PATCH()