Lines Matching refs:cellIS
5897 PetscErrorCode DMPlexGetAllCells_Internal(DM plex, IS *cellIS)
5903 PetscCall(DMGetStratumIS(plex, "dim", depth, cellIS));
5904 if (!*cellIS) PetscCall(DMGetStratumIS(plex, "depth", depth, cellIS));
10379 IS cellIS;
10393 PetscCall(DMGetStratumIS(dm, "depth", depth, &cellIS));
10400 PetscCall(DMPlexComputeJacobianActionByKey(dmc, key, cellIS, 0.0, 0.0, ones, NULL, ones, locmass, NULL));
10401 PetscCall(ISDestroy(&cellIS));
10427 IS cellIS;
10440 PetscCall(DMGetStratumIS(dmc, "depth", depth, &cellIS));
10446 PetscCall(DMPlexComputeJacobianByKey(dmc, key, cellIS, 0.0, 0.0, u, NULL, *mass, *mass, NULL));
10447 PetscCall(ISDestroy(&cellIS));
10493 IS cellIS;
10506 PetscCall(DMGetStratumIS(ndmr, "depth", depth, &cellIS));
10512 PetscCall(DMPlexComputeJacobianByKeyGeneral(ndmr, dmc, key, cellIS, 0.0, 0.0, u, NULL, *derv, *derv, NULL));
10513 PetscCall(ISDestroy(&cellIS));