Lines Matching refs:chunkIS
4402 IS chunkIS; in DMPlexComputeResidual_Patch_Internal() local
4468 if (useFEM) PetscCall(ISCreate(PETSC_COMM_SELF, &chunkIS)); in DMPlexComputeResidual_Patch_Internal()
4485 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidual_Patch_Internal()
4486 PetscCall(DMPlexGetCellFields(dm, chunkIS, locX, locX_t, locA, &u, &u_t, &a)); in DMPlexComputeResidual_Patch_Internal()
4589 PetscCall(DMPlexRestoreCellFields(dm, chunkIS, locX, locX_t, locA, &u, &u_t, &a)); in DMPlexComputeResidual_Patch_Internal()
4593 if (useFEM) PetscCall(ISDestroy(&chunkIS)); in DMPlexComputeResidual_Patch_Internal()
5192 IS chunkIS; in DMPlexComputeResidualByKey() local
5273 if (useFEM) PetscCall(ISCreate(PETSC_COMM_SELF, &chunkIS)); in DMPlexComputeResidualByKey()
5288 PetscCall(ISGetPointSubrange(chunkIS, cS, cE, cells)); in DMPlexComputeResidualByKey()
5289 PetscCall(DMPlexGetCellFields(dm, chunkIS, locX, locX_t, locA, &u, &u_t, &a)); in DMPlexComputeResidualByKey()
5449 PetscCall(DMPlexRestoreCellFields(dm, chunkIS, locX, locX_t, locA, &u, &u_t, &a)); in DMPlexComputeResidualByKey()
5460 if (useFEM) PetscCall(ISDestroy(&chunkIS)); in DMPlexComputeResidualByKey()