Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Dswarmpic_plex.c86 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()
121 PetscCall(DMPlexGetHeightStratum(dmc, 0, &ps, &pe)); in private_DMSwarmInsertPointsUsingCellDM_PLEX_SubDivide()
122 nel = pe - ps; 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()
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()
[all …]
H A Dswarmpic_sort.c277 PetscInt ps, pe; in DMSwarmSortGetAccess() local
279 PetscCall(DMPlexGetHeightStratum(dm, 0, &ps, &pe)); in DMSwarmSortGetAccess()
280 ncells = pe - ps; in DMSwarmSortGetAccess()
H A Dswarmpic.c790 PetscInt ps, pe; in DMSwarmCreatePointPerCellCount() local
792 PetscCall(DMPlexGetHeightStratum(dm, 0, &ps, &pe)); in DMSwarmCreatePointPerCellCount()
793 nel = pe - ps; in DMSwarmCreatePointPerCellCount()
/petsc/src/dm/impls/da/
H A Ddadd.c37 PetscInt me = 1, ne = 1, pe = 1; in DMDACreatePatchIS() local
108 if (lz) pe = lz[0]; in DMDACreatePatchIS()
165 while (kk > pe - 1 || kk < ps) { in DMDACreatePatchIS()
168 pe = lz[0]; in DMDACreatePatchIS()
172 ps = pe; in DMDACreatePatchIS()
173 pe += lz[pr]; in DMDACreatePatchIS()
179 zm = pe - ps; in DMDACreatePatchIS()
201 if (P > 1) pe = ps + pw; in DMDACreatePatchIS()
208 pe = pe - oz; in DMDACreatePatchIS()
213 zm = pe - ps; in DMDACreatePatchIS()
[all …]
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu330 PetscMPIInt pe = srcranks[bid]; in GetDataFromRemotelyAccessible() local
332 if (!nvshmem_ptr(src, pe)) { in GetDataFromRemotelyAccessible()
334 …mem_nbi(dst + (dstdisp[bid] - dstdisp[0]) * unitbytes, src + srcdisp[bid] * unitbytes, nelems, pe); in GetDataFromRemotelyAccessible()
422 int pe = srcranks_h[i]; in PetscSFLinkGetDataBegin_NVSHMEM() local
423 if (nvshmem_ptr(src, pe)) { in PetscSFLinkGetDataBegin_NVSHMEM()
425 …isp_h[0]) * link->unitbytes, src + srcdisp_h[i] * link->unitbytes, nelems, pe, link->remoteCommStr… in PetscSFLinkGetDataBegin_NVSHMEM()
491 PetscMPIInt pe = dstranks[bid]; in WaitAndPutDataToRemotelyAccessible() local
493 if (!nvshmem_ptr(dst, pe)) { in WaitAndPutDataToRemotelyAccessible()
497 …mem_nbi(dst + dstdisp[bid] * unitbytes, src + (srcdisp[bid] - srcdisp[0]) * unitbytes, nelems, pe); in WaitAndPutDataToRemotelyAccessible()
505 int pe = dstranks[i]; in WaitSignalsFromLocallyAccessible() local
[all …]
/petsc/src/ksp/pc/impls/spai/
H A Dispai.c532 int len, pe, local_indx, start_indx; in ConvertMatToMatrix() local
559 M->pe = (int *)malloc(sizeof(int) * n); in ConvertMatToMatrix()
573 for (j = 0; j < M->mnls[i]; j++) M->pe[start_indx + j] = i; in ConvertMatToMatrix()
586 pe = 0; in ConvertMatToMatrix()
589 if (local_indx >= M->mnls[pe]) { in ConvertMatToMatrix()
590 pe++; in ConvertMatToMatrix()
593 mapping[i] = local_indx + M->start_indices[pe]; in ConvertMatToMatrix()
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c86 …TSC_RESTRICT ps, *PETSC_RESTRICT pa1, *PETSC_RESTRICT pb1, *PETSC_RESTRICT pe, *PETSC_RESTRICT pf,… in VecMergedOpsShort_Private() local
105 PetscCall(VecGetArray(ve, (PetscScalar **)&pe)); in VecMergedOpsShort_Private()
123 pa1[j] = pe[j]; in VecMergedOpsShort_Private()
178 pa1[j] = pe[j]; in VecMergedOpsShort_Private()
233 pa1[j] = pe[j]; in VecMergedOpsShort_Private()
295 PetscCall(VecRestoreArray(ve, (PetscScalar **)&pe)); in VecMergedOpsShort_Private()
308 …TSC_RESTRICT ps, *PETSC_RESTRICT pa1, *PETSC_RESTRICT pb1, *PETSC_RESTRICT pe, *PETSC_RESTRICT pf,… in VecMergedOps_Private() local
327 PetscCall(VecGetArray(ve, (PetscScalar **)&pe)); in VecMergedOps_Private()
348 pa1[j] = pe[j] + beta0 * pa1[j]; in VecMergedOps_Private()
405 pa1[j] = pe[j] + beta0 * pa1[j]; in VecMergedOps_Private()
[all …]
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c555 PetscInt lid = kk, max_pe = rank, pe, n; in MatCoarsenApply_HEM_private() local
578 if ((pe = lghost_pe[aj[jj]]) > max_pe) max_pe = pe; in MatCoarsenApply_HEM_private()
991 PetscMPIInt max_pe = rank, pe, n; in MatCoarsenApply_HEM_private() local
1027 … if ((pe = lghost_pe[aj[jj]]) > max_pe && PetscRealPart(ap[jj]) >= max_e - MY_MEPS) max_pe = pe; in MatCoarsenApply_HEM_private()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py96 except ParsingError as pe:
98 parsing_error_handler(pe)
H A D_linter.py688 except ParsingError as pe:
691 … tu_cursor, Diagnostic(Diagnostic.Kind.WARNING, parsing_diag, str(pe), tu_cursor.extent.start)
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py597 except ParsingError as pe:
601 if 'PETSC_CLANG_STATIC_ANALYZER_IGNORE' in pe.args:
/petsc/doc/manual/
H A Dstreams.md115 Consider also the `mpiexec` option `--map-by socket:pe=$OMP_NUM_THREADS` to ensure each thread gets…
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas1051 (nox/thermal-oh-pe (212.9 -0.57 4595.))
1053 (nox/thermal-o-pe (36.64 0.5 27123.))
2323 (dpm/spray-suite/madabhushi-pe-child-stay-pe? #t)
9614 (brooks-corey-pe . 440.)
/petsc/doc/
H A Dpetsc.bib7910 url = {http://www.pe.utexas.edu/CPGE/new_generation},