Lines Matching refs:ps

86   PetscInt         q, npoints_q, e, nel, pcnt, ps, pe, d, k, r, Nfc;  in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()  local
103 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
104 PetscCall(DMPlexGetConeSize(dmc, ps, &nfaces)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
121 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
122 nel = pe - ps; in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
138 PetscCall(DMPlexVecGetClosure(dmc, coordSection, coorlocal, ps + e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
148 PetscCall(DMPlexVecRestoreClosure(dmc, coordSection, coorlocal, ps + e, NULL, &elcoor)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
160 PetscInt ii, jj, q, npoints_q, e, nel, npe, pcnt, ps, pe, d, k, nfaces, Nfc; in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular() local
176 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
177 PetscCall(DMPlexGetConeSize(dmc, ps, &nfaces)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
211 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
212 nel = pe - ps; in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
284 PetscInt dim, ps, pe, nel, nfaces, Nfc; in private_DMSwarmSetPointCoordinatesCellwise_PLEX() local
295 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
296 PetscCall(DMPlexGetConeSize(dmc, ps, &nfaces)); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
326 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
327 nel = pe - ps; in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
340 … PetscCall(DMPlexReferenceToCoordinates(dmc, e + ps, npoints, xi, &swarm_coor[npoints * dim * e])); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
341 for (PetscInt p = 0; p < npoints; p++) swarm_cellid[e * npoints + p] = e + ps; in private_DMSwarmSetPointCoordinatesCellwise_PLEX()