Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2561 PetscInt *patchWithoutArtificialToWithArtificialArray; in PCSetUp_PATCH() local
2581 PetscCall(PetscMalloc1(numPatchDofs, &patchWithoutArtificialToWithArtificialArray)); in PCSetUp_PATCH()
2584 patchWithoutArtificialToWithArtificialArray[dofWithoutArtificialCounter] = i; in PCSetUp_PATCH()
2589 …tscCall(ISCreateGeneral(PETSC_COMM_SELF, numPatchDofs, patchWithoutArtificialToWithArtificialArray in PCSetUp_PATCH()