Searched refs:hg (Results 1 – 8 of 8) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | sourceControl.py | 40 self.hgversion = self.executeShellCommand(self.hg + ' version -q', log = self.log)
|
| H A D | package.py | 813 …config.base.Configure.executeShellCommand([self.sourceControl.hg, 'update', '-c', self.hghash], cw…
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 527 PetscCall(PetscMalloc1(Ns, &(*ctx)->hg)); in TSMonitorHGCtxCreate() 531 PetscCall(PetscDrawHGCreate(draw, Nbi, &(*ctx)->hg[s])); in TSMonitorHGCtxCreate() 532 PetscCall(PetscDrawHGCalcStats((*ctx)->hg[s], PETSC_TRUE)); in TSMonitorHGCtxCreate() 547 for (s = 0; s < (*ctx)->Ns; ++s) PetscCall(PetscDrawHGDestroy(&(*ctx)->hg[s])); in TSMonitorHGCtxDestroy() 548 PetscCall(PetscFree((*ctx)->hg)); in TSMonitorHGCtxDestroy() 1523 PetscCall(PetscDrawHGGetAxis(ctx->hg[s], &axis)); in TSMonitorHGSwarmSolution() 1532 PetscCall(PetscDrawHGReset(ctx->hg[s])); in TSMonitorHGSwarmSolution() 1533 PetscCall(PetscDrawHGGetDraw(ctx->hg[s], &draw)); in TSMonitorHGSwarmSolution() 1544 PetscCall(PetscDrawHGAddValue(ctx->hg[s], v)); in TSMonitorHGSwarmSolution() 1548 PetscCall(PetscDrawHGDraw(ctx->hg[s])); in TSMonitorHGSwarmSolution() [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | xclude | 12 petsc-dist/.hg 25 petsc-dist/config/BuildSystem/.hg
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | hists.c | 471 PetscErrorCode PetscDrawHGSave(PetscDrawHG hg) in PetscDrawHGSave() argument 474 PetscValidHeaderSpecific(hg, PETSC_DRAWHG_CLASSID, 1); in PetscDrawHGSave() 475 PetscCall(PetscDrawSave(hg->win)); in PetscDrawHGSave()
|
| /petsc/config/BuildSystem/ |
| H A D | retrieval.py | 168 …config.base.Configure.executeShellCommand('%s clone %s %s' % (self.sourceControl.hg, url, newgitre…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 90 (sg-hg? #f) 811 (hg/wilcox_r14_r (44000000. 0. 81670.)) 812 (hg/wilcox_r14_f (7190000000. -2. 0.)) 813 (hg/wilcox_r13_r (100000000000. 0. 47490.)) 814 (hg/wilcox_r13_f (85900000. 0. 1170.)) 815 (hg/wilcox_r12_r (1450000. 1.44 2460.)) 816 (hg/wilcox_r12_f (1470000. 1.63 3160.)) 817 (hg/wilcox_r11_r (223. 0. -1800.)) 818 (hg/wilcox_r11_f (8510000000. 0. 55840.)) 819 (hg/wilcox_r10_f (319000. 0. 87000.)) [all …]
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 555 PetscDrawHG *hg; member
|