Lines Matching refs:nel
86 PetscInt q, npoints_q, e, nel, pcnt, ps, pe, d, k, r, Nfc; in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide() local
122 nel = pe - ps; in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
129 PetscCall(DMSwarmSetLocalSizes(dm, npoints_q * nel, -1)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
137 for (e = 0; e < nel; e++) { 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
212 nel = pe - ps; in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
219 PetscCall(DMSwarmSetLocalSizes(dm, npoints_q * nel, -1)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
227 for (e = 0; e < nel; e++) { in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
284 PetscInt dim, ps, pe, nel, nfaces, Nfc; in private_DMSwarmSetPointCoordinatesCellwise_PLEX() local
327 nel = pe - ps; in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
334 PetscCall(DMSwarmSetLocalSizes(dm, npoints * nel, PETSC_DECIDE)); in private_DMSwarmSetPointCoordinatesCellwise_PLEX()
339 for (PetscInt e = 0; e < nel; e++) { in private_DMSwarmSetPointCoordinatesCellwise_PLEX()