Lines Matching refs:cellIS

607 …on(PC pc, PetscErrorCode (*func)(PC pc, PetscInt point, Vec x, Vec f, IS cellIS, PetscInt n, const…  in PCPatchSetComputeFunction()  argument
1891 …omputeFunction_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Vec F, IS cellIS, PetscInt n, const… in PCPatchComputeFunction_DMPlex_Private() argument
1924 …PetscCall(DMPlexComputeResidual_Patch_Internal(dm, patch->patchSection, cellIS, 0.0, x, NULL, F, c… in PCPatchComputeFunction_DMPlex_Private()
1956 …l(ISCreateGeneral(PETSC_COMM_SELF, ncell, cellsArray + offset, PETSC_USE_POINTER, &patch->cellIS)); in PCPatchComputeFunction_Internal()
1957 …PetscCallBack("PCPatch callback", patch->usercomputef(pc, point, x, F, patch->cellIS, ncell * patc… in PCPatchComputeFunction_Internal()
1958 PetscCall(ISDestroy(&patch->cellIS)); in PCPatchComputeFunction_Internal()
1973 …omputeOperator_DMPlex_Private(PC pc, PetscInt patchNum, Vec x, Mat J, IS cellIS, PetscInt n, const… in PCPatchComputeOperator_DMPlex_Private() argument
2006 …uteJacobian_Patch_Internal(dm, patch->patchSection, patch->patchSection, cellIS, 0.0, 0.0, x, NULL… in PCPatchComputeOperator_DMPlex_Private()
2061 …l(ISCreateGeneral(PETSC_COMM_SELF, ncell, cellsArray + offset, PETSC_USE_POINTER, &patch->cellIS)); in PCPatchComputeOperator_Internal()
2063 …patch->usercomputeop(pc, point, x, mat, patch->cellIS, ncell * patch->totalDofsPerCell, dofsArray … in PCPatchComputeOperator_Internal()
2157 PetscCall(ISDestroy(&patch->cellIS)); in PCPatchComputeOperator_Internal()
2212 IS cellIS; in PCPatchPrecomputePatchTensors_Private() local
2271 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, ncell, cellsArray, PETSC_USE_POINTER, &cellIS)); in PCPatchPrecomputePatchTensors_Private()
2273 …PetscCallBack("PCPatch callback", patch->usercomputeop(pc, -1, NULL, vecMat, cellIS, ndof * ncell,… in PCPatchPrecomputePatchTensors_Private()
2274 PetscCall(ISDestroy(&cellIS)); in PCPatchPrecomputePatchTensors_Private()