| /petsc/src/sys/tests/ |
| H A D | ex30.c | 84 PetscCall(PetscLogStageRegister("Stage2", &stage2)); in main() 85 PetscCall(PetscLogStageRegister("Stage1", &stage1)); in main() 86 PetscCall(PetscLogStageRegister("Stage3", &stage3)); in main() 92 PetscCall(PetscLogStageRegister("Stage1", &stage1)); in main() 93 PetscCall(PetscLogStageRegister("Stage2", &stage2)); in main()
|
| H A D | ex68.c | 50 PetscCall(PetscLogStageRegister("Unrelated stage 1", &unrelated_stage_1)); in main() 51 PetscCall(PetscLogStageRegister("Unrelated stage 2", &unrelated_stage_2)); in main()
|
| H A D | ex71.c | 15 PetscCall(PetscLogStageRegister("My stage", &stage_id)); in main()
|
| H A D | ex72.c | 13 PetscCall(PetscLogStageRegister("User Stage", &s)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex29.c | 29 PetscCall(PetscLogStageRegister("MeshLoad", &options->stages[STAGE_LOAD])); in ProcessOptions() 30 PetscCall(PetscLogStageRegister("MeshDistribute", &options->stages[STAGE_DISTRIBUTE])); in ProcessOptions() 31 PetscCall(PetscLogStageRegister("MeshRefine", &options->stages[STAGE_REFINE])); in ProcessOptions() 32 PetscCall(PetscLogStageRegister("MeshOverlap", &options->stages[STAGE_OVERLAP])); in ProcessOptions()
|
| H A D | ex12.c | 59 PetscCall(PetscLogStageRegister("MeshLoad", &options->stages[STAGE_LOAD])); in ProcessOptions() 60 PetscCall(PetscLogStageRegister("MeshDistribute", &options->stages[STAGE_DISTRIBUTE])); in ProcessOptions() 61 PetscCall(PetscLogStageRegister("MeshRefine", &options->stages[STAGE_REFINE])); in ProcessOptions() 62 PetscCall(PetscLogStageRegister("MeshRedistribute", &options->stages[STAGE_REDISTRIBUTE])); in ProcessOptions()
|
| H A D | ex1.c | 48 PetscCall(PetscLogStageRegister("MeshLoad", &options->stages[STAGE_LOAD])); in ProcessOptions() 49 PetscCall(PetscLogStageRegister("MeshDistribute", &options->stages[STAGE_DISTRIBUTE])); in ProcessOptions() 50 PetscCall(PetscLogStageRegister("MeshRefine", &options->stages[STAGE_REFINE])); in ProcessOptions() 51 PetscCall(PetscLogStageRegister("MeshOverlap", &options->stages[STAGE_OVERLAP])); in ProcessOptions()
|
| H A D | ex9.c | 232 PetscCall(PetscLogStageRegister("DMPlex Cone Test", &stage)); in TestCone() 275 PetscCall(PetscLogStageRegister("DMPlex Transitive Closure Test", &stage)); in TestTransitiveClosure() 326 PetscCall(PetscLogStageRegister("DMPlex Vector Closure with Index Test", &stage)); in TestVecClosure() 329 PetscCall(PetscLogStageRegister("DMPlex Vector Spectral Closure with Index Test", &stage)); in TestVecClosure() 334 PetscCall(PetscLogStageRegister("DMPlex Vector Spectral Closure Test", &stage)); in TestVecClosure() 337 PetscCall(PetscLogStageRegister("DMPlex Vector Closure Test", &stage)); in TestVecClosure()
|
| H A D | ex2.c | 12 PetscCall(PetscLogStageRegister("Interpolate", &stage)); in main()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | water.c | 35 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main() 50 PetscCall(PetscLogStageRegister("Create network", &stage2)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex56.c | 60 PetscCall(PetscLogStageRegister("Setup", &stage[0])); in main() 61 PetscCall(PetscLogStageRegister("Solve", &stage[1])); in main() 62 PetscCall(PetscLogStageRegister("2nd Setup", &stage[2])); in main() 63 PetscCall(PetscLogStageRegister("2nd Solve", &stage[3])); in main() 64 PetscCall(PetscLogStageRegister("3rd Setup", &stage[4])); in main() 65 PetscCall(PetscLogStageRegister("3rd Solve", &stage[5])); in main()
|
| H A D | ex1f.F90 | 75 PetscCallA(PetscLogStageRegister('MatVec Assembly', stages(1), ierr)) 76 PetscCallA(PetscLogStageRegister('KSP Solve', stages(2), ierr))
|
| H A D | bench_kspsolve.c | 353 PetscCall(PetscLogStageRegister("Step1 - Vecs and Mat", &stage)); in main() 382 PetscCall(PetscLogStageRegister("Step2 - MatMult", &stage)); in main() 405 PetscCall(PetscLogStageRegister("Step2 - KSPSolve", &stage)); in main() 421 PetscCall(PetscLogStageRegister("Step2a - PCSetUp", &stage)); in main() 434 PetscCall(PetscLogStageRegister("Step2b - KSPSolve", &stage)); in main() 446 PetscCall(PetscLogStageRegister("Step3 - Error norm", &stage)); in main()
|
| H A D | ex9.c | 49 PetscCall(PetscLogStageRegister("Prelim setup", &stages[0])); in main() 50 PetscCall(PetscLogStageRegister("Linear System 1", &stages[1])); in main() 51 PetscCall(PetscLogStageRegister("Linear System 2", &stages[2])); in main()
|
| H A D | ex55.c | 216 PetscCall(PetscLogStageRegister("Setup", &stage[0])); in main() 217 PetscCall(PetscLogStageRegister("Solve", &stage[1])); in main()
|
| H A D | ex5.c | 52 PetscCall(PetscLogStageRegister("Original Solve", &stages[0])); in main() 53 PetscCall(PetscLogStageRegister("Second Solve", &stages[1])); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex6.c | 90 PetscCall(PetscLogStageRegister("mystage 1", &stage1)); in main() 101 PetscCall(PetscLogStageRegister("mystage 2", &stage2)); in main()
|
| H A D | ex18.c | 58 PetscCall(PetscLogStageRegister("Stage 1", &stage1)); in main()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex14.c | 26 PetscCall(PetscLogStageRegister("Scatter(bs=1)", &stage1)); in main() 28 PetscCall(PetscLogStageRegister("Scatter(bs=4)", &stage2)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex6k.kokkos.cxx | 149 PetscCall(PetscLogStageRegister("MatProductSymbolic", &stage)); in main() 163 PetscCall(PetscLogStageRegister("MatProductNumeric", &stage)); in main()
|
| H A D | ex92.c | 141 PetscCall(PetscLogStageRegister("MatOv_SBAIJ", &stages[0])); in main() 142 PetscCall(PetscLogStageRegister("MatOv_BAIJ", &stages[1])); in main()
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex2.c | 286 PetscCall(PetscLogStageRegister("Network Creation", &stage[0])); in main() 287 PetscCall(PetscLogStageRegister("DMNetwork data structures", &stage[1])); in main() 288 PetscCall(PetscLogStageRegister("KSP", &stage[2])); in main()
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | performance.c | 40 PetscCall(PetscLogStageRegister("Work on GPU", &stage)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsclog.pxi | 26 PetscErrorCode PetscLogStageRegister(char[], PetscLogStage*)
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.c | 99 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main() 120 PetscCall(PetscLogStageRegister("Create network", &stage2)); in main()
|