Lines Matching refs:npoints_q
86 PetscInt q, npoints_q, e, nel, pcnt, ps, pe, d, k, r, Nfc; in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide() local
116 PetscCall(PetscQuadratureGetData(quadrature, NULL, NULL, &npoints_q, &xiq, NULL)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
129 PetscCall(DMSwarmSetLocalSizes(dm, npoints_q * nel, -1)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
140 for (q = 0; q < npoints_q; q++) { 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
198 npoints_q = pcnt; in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
201 PetscCall(PetscMalloc1(npoints_q, &basis)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
202 for (q = 0; q < npoints_q; q++) { in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
219 PetscCall(DMSwarmSetLocalSizes(dm, npoints_q * nel, -1)); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
230 for (q = 0; q < npoints_q; q++) { in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()
244 for (q = 0; q < npoints_q; q++) PetscCall(PetscFree(basis[q])); in private_DMSwarmInsertPointsUsingCellDM_PLEX2D_Regular()