Searched refs:patchWithoutArtificialToWithArtificialArray (Results 1 – 1 of 1) sorted by relevance
2561 PetscInt *patchWithoutArtificialToWithArtificialArray; in PCSetUp_PATCH() local2581 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()