Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/logging/handler/impls/perfstubs/
H A Dlogperfstubs.c22 PetscLogHandler_Perfstubs ps; in PetscLogHandlerContextCreate_Perfstubs() local
26 ps = *ps_p; in PetscLogHandlerContextCreate_Perfstubs()
27 PetscCall(PetscLogPSArrayCreate(128, &ps->events)); in PetscLogHandlerContextCreate_Perfstubs()
28 PetscCall(PetscLogPSArrayCreate(8, &ps->stages)); in PetscLogHandlerContextCreate_Perfstubs()
35 PetscLogHandler_Perfstubs ps = (PetscLogHandler_Perfstubs)h->data; in PetscLogHandlerDestroy_Perfstubs() local
38 PetscCall(PetscLogPSArrayGetSize(ps->events, &num_events, NULL)); in PetscLogHandlerDestroy_Perfstubs()
42 PetscCall(PetscLogPSArrayGet(ps->events, i, &event)); in PetscLogHandlerDestroy_Perfstubs()
45 PetscCall(PetscLogPSArrayDestroy(&ps->events)); in PetscLogHandlerDestroy_Perfstubs()
47 PetscCall(PetscLogPSArrayGetSize(ps->stages, &num_stages, NULL)); in PetscLogHandlerDestroy_Perfstubs()
51 PetscCall(PetscLogPSArrayGet(ps->stages, i, &stage)); in PetscLogHandlerDestroy_Perfstubs()
[all …]
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c86 …SC_RESTRICT ph0, *PETSC_RESTRICT pg1, *PETSC_RESTRICT ph1, *PETSC_RESTRICT ps, *PETSC_RESTRICT pa1… in VecMergedOpsShort_Private() local
102 PetscCall(VecGetArray(vs, (PetscScalar **)&ps)); in VecMergedOpsShort_Private()
119 ps[j] = pw[j]; in VecMergedOpsShort_Private()
127 pr[j] = pr[j] - alpha0 * ps[j]; in VecMergedOpsShort_Private()
140 ps[j] = pw[j] + beta1 * ps[j]; in VecMergedOpsShort_Private()
146 pr[j] = pr[j] - alpha1 * ps[j]; in VecMergedOpsShort_Private()
152 lambda[0] += ps[j] * PetscConj(pu[j]); in VecMergedOpsShort_Private()
155 lambda[4] += ps[j] * PetscConj(pq[j]); in VecMergedOpsShort_Private()
174 ps[j] = pw[j]; in VecMergedOpsShort_Private()
182 pr[j] = pr[j] - alpha0 * ps[j]; in VecMergedOpsShort_Private()
[all …]
/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()
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()
[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.c35 PetscInt ms = 0, ns = 0, ps = 0; in DMDACreatePatchIS() local
105 ps = 0; in DMDACreatePatchIS()
165 while (kk > pe - 1 || kk < ps) { in DMDACreatePatchIS()
167 ps = 0; in DMDACreatePatchIS()
172 ps = pe; in DMDACreatePatchIS()
179 zm = pe - ps; in DMDACreatePatchIS()
180 base = ms * ym * zm + ns * M * zm + ps * M * N; in DMDACreatePatchIS()
184 sk = kk - ps; in DMDACreatePatchIS()
198 PetscCall(DMDAGetCorners(da, &ms, &ns, &ps, &mw, &nw, &pw)); in DMDACreatePatchIS()
201 if (P > 1) pe = ps + pw; in DMDACreatePatchIS()
[all …]
/petsc/src/benchmarks/results/
H A Dperformance_cfd_2_10.m20 % print -dps performance_cfd_2_10_1.ps
40 % print -dps performance_cfd_2_10_2.ps
/petsc/src/ksp/pc/impls/gamg/
H A Dclassical.c443 PetscInt j, i, ps, pf, pn, pcs, pcf, pcn, idx, cmax; in PCGAMGTruncateProlongator_Private() local
459 PetscCall(MatGetOwnershipRange(*P, &ps, &pf)); in PCGAMGTruncateProlongator_Private()
461 pn = pf - ps; in PCGAMGTruncateProlongator_Private()
466 for (i = ps; i < pf; i++) { in PCGAMGTruncateProlongator_Private()
467 lsparse[i - ps] = 0; in PCGAMGTruncateProlongator_Private()
468 gsparse[i - ps] = 0; in PCGAMGTruncateProlongator_Private()
483 lsparse[i - ps]++; in PCGAMGTruncateProlongator_Private()
485 gsparse[i - ps]++; in PCGAMGTruncateProlongator_Private()
501 for (i = ps; i < pf; i++) { in PCGAMGTruncateProlongator_Private()
/petsc/doc/miscellaneous/
H A Dprizes.md29 - [GTC](http://gk.ps.uci.edu/GTC/index.html) was listed as one of the [Top Ten Advances
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c688 PAINTSTRUCT ps; in OnPaint_Win32() local
695 hdc = BeginPaint(hWnd, &ps); in OnPaint_Win32()
708 EndPaint(hWnd, &ps); in OnPaint_Win32()
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg9 # of: html, text, latex, dvi, ps, pdf.
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcfetidp.c686 PetscInt ps; in PCBDDCSetupFETIDPMatContext() local
690 ps = pranges[owner + 1] - pranges[owner]; in PCBDDCSetupFETIDPMatContext()
691 l2g_indices[i] = l2g_indices[i] - lranges[owner] + aranges[owner] + ps; in PCBDDCSetupFETIDPMatContext()
/petsc/doc/changes/
H A D2028.md242 or `DrawSetType(,DRAW_PS);` or -draw_type ps
/petsc/doc/
H A Dpetsc.bib5733 url = {http://www.unibas.it/utenti/bonfiglioli/icnmfd98.ps.gz},
6059 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P788.ps.Z},
6071 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P776.ps.Z},
6215 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P745.ps.Z},
6238 url = {ftp://info.mcs.anl.gov/pub/tech_reports/reports/P796.ps.Z},
6618 url = {http://www.icase.edu/\~{ }keyes/papers/ad2000.ps},
7402 url = {http://www.phi.chalmers.se/pub/preprints/ps/phiprint-2000-05.ps},
7424 }osborne/msc-projects/wallach.ps.gz},
7643 url = {http://www.cs.cornell.edu/stodghil/papers/irregular00.ps},
7883 url = {http://www.ddm.org/DD11/Palansuriya.ps.gz},
[all …]
/petsc/
H A Dgmakefile.test4 …cxx .r .rm .so .html .ad .m .tex .make .fig .svg .eps .pdf .jpg .png .dvi .ps .F95 .f95 .fiat .cu …
/petsc/src/dm/impls/plex/
H A Dplex.c3984 const PetscInt ps = p - s->pStart; in DMPlexGetTransitiveClosure_Hot_Private() local
3985 const PetscInt off = s->atlasOff[ps]; in DMPlexGetTransitiveClosure_Hot_Private()
3987 *size = s->atlasDof[ps]; in DMPlexGetTransitiveClosure_Hot_Private()
3992 const PetscInt ps = p - s->pStart; in DMPlexGetTransitiveClosure_Hot_Private() local
3993 const PetscInt off = s->atlasOff[ps]; in DMPlexGetTransitiveClosure_Hot_Private()
3995 *size = s->atlasDof[ps]; in DMPlexGetTransitiveClosure_Hot_Private()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas215 (gcm/ps-pitchratio-limit 2.)
224 (mpm/ps-based? #f)
7874 (drsm-ssg-ps? #f)
7875 (drsm-linear-ps? #t)
7877 (drsm-ps-wall? #t)
/petsc/doc/faq/
H A Dindex.md1955 to increase as measured by `ps` or `top`.