Searched refs:stage1 (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex30.c | 72 PetscLogStage stage1, stage2, stage3 = -1; in main() local 85 PetscCall(PetscLogStageRegister("Stage1", &stage1)); in main() 92 PetscCall(PetscLogStageRegister("Stage1", &stage1)); in main() 103 PetscCall(PetscLogStagePush(stage1)); in main() 120 PetscCall(PetscLogStagePush(stage1)); in main() 131 PetscCall(PetscLogStagePush(stage1)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex18.c | 17 PetscLogStage stage1; in main() local 58 PetscCall(PetscLogStageRegister("Stage 1", &stage1)); in main() 59 PetscCall(PetscLogStagePush(stage1)); in main()
|
| H A D | ex6.c | 28 PetscLogStage stage1, stage2; in main() local 90 PetscCall(PetscLogStageRegister("mystage 1", &stage1)); in main() 91 PetscCall(PetscLogStagePush(stage1)); in main()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | water.c | 14 PetscLogStage stage1, stage2; in main() local 35 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main() 36 PetscCall(PetscLogStagePush(stage1)); in main()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_log.py | 21 self.stage1 = PETSc.Log.Stage('Stage 1') 39 self.assertEqual(self.stage1.name, 'Stage 1') 95 return (self.stage1, self.stage2)
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex2k.c | 32 PetscLogStage stage1; in main() local 60 PetscCall(PetscLogStageRegister("Profiling", &stage1)); in main() 87 PetscCall(PetscLogStagePush(stage1)); // use LogStage so that -log_view result will be clearer in main()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex14.c | 16 PetscLogStage stage1, stage2; in main() local 26 PetscCall(PetscLogStageRegister("Scatter(bs=1)", &stage1)); in main() 57 PetscCall(PetscLogStagePush(stage1)); in main() 87 PetscCall(PetscLogEventGetPerfInfo(stage1, event1, &eventInfo)); in main()
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.c | 75 PetscLogStage stage1, stage2; in main() local 99 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main() 100 PetscCall(PetscLogStagePush(stage1)); in main()
|
| H A D | power2.c | 441 PetscLogStage stage1, stage2; in main() local 466 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main() 467 PetscCall(PetscLogStagePush(stage1)); in main()
|
| /petsc/src/tao/linesearch/impls/morethuente/ |
| H A D | morethuente.c | 40 PetscInt i, stage1, n1, n2, nn1, nn2; in TaoLineSearchApply_MT() local 93 stage1 = 1; in TaoLineSearchApply_MT() 219 if (stage1 && *f <= ftest1 && dg >= dginit * PetscMin(ls->ftol, ls->gtol)) stage1 = 0; in TaoLineSearchApply_MT() 227 if (stage1 && *f <= fx && *f > ftest1) { in TaoLineSearchApply_MT()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 964 PetscLogStage stage1; in main() local 986 PetscCall(PetscLogStageRegister("Create network", &stage1)); in main() 987 PetscCall(PetscLogStagePush(stage1)); in main()
|