Home
last modified time | relevance | path

Searched refs:PetscLogStageRegister (Results 1 – 25 of 71) sorted by relevance

123

/petsc/src/sys/tests/
H A Dex30.c84 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 Dex68.c50 PetscCall(PetscLogStageRegister("Unrelated stage 1", &unrelated_stage_1)); in main()
51 PetscCall(PetscLogStageRegister("Unrelated stage 2", &unrelated_stage_2)); in main()
H A Dex71.c15 PetscCall(PetscLogStageRegister("My stage", &stage_id)); in main()
H A Dex72.c13 PetscCall(PetscLogStageRegister("User Stage", &s)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex29.c29 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 Dex12.c59 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 Dex1.c48 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 Dex9.c232 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 Dex2.c12 PetscCall(PetscLogStageRegister("Interpolate", &stage)); in main()
/petsc/src/snes/tutorials/network/water/
H A Dwater.c35 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main()
50 PetscCall(PetscLogStageRegister("Create network", &stage2)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex56.c60 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 Dex1f.F9075 PetscCallA(PetscLogStageRegister('MatVec Assembly', stages(1), ierr))
76 PetscCallA(PetscLogStageRegister('KSP Solve', stages(2), ierr))
H A Dbench_kspsolve.c353 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 Dex9.c49 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 Dex55.c216 PetscCall(PetscLogStageRegister("Setup", &stage[0])); in main()
217 PetscCall(PetscLogStageRegister("Solve", &stage[1])); in main()
H A Dex5.c52 PetscCall(PetscLogStageRegister("Original Solve", &stages[0])); in main()
53 PetscCall(PetscLogStageRegister("Second Solve", &stages[1])); in main()
/petsc/src/ksp/ksp/tests/
H A Dex6.c90 PetscCall(PetscLogStageRegister("mystage 1", &stage1)); in main()
101 PetscCall(PetscLogStageRegister("mystage 2", &stage2)); in main()
H A Dex18.c58 PetscCall(PetscLogStageRegister("Stage 1", &stage1)); in main()
/petsc/src/vec/is/sf/tests/
H A Dex14.c26 PetscCall(PetscLogStageRegister("Scatter(bs=1)", &stage1)); in main()
28 PetscCall(PetscLogStageRegister("Scatter(bs=4)", &stage2)); in main()
/petsc/src/mat/tests/
H A Dex6k.kokkos.cxx149 PetscCall(PetscLogStageRegister("MatProductSymbolic", &stage)); in main()
163 PetscCall(PetscLogStageRegister("MatProductNumeric", &stage)); in main()
H A Dex92.c141 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 Dex2.c286 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 Dperformance.c40 PetscCall(PetscLogStageRegister("Work on GPU", &stage)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsclog.pxi26 PetscErrorCode PetscLogStageRegister(char[], PetscLogStage*)
/petsc/src/snes/tutorials/network/power/
H A Dpower.c99 PetscCall(PetscLogStageRegister("Read Data", &stage1)); in main()
120 PetscCall(PetscLogStageRegister("Create network", &stage2)); in main()

123