Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex237.c209 char stage_s[256]; in main() local
230 …PetscCall(PetscSNPrintf(stage_s, sizeof(stage_s), "ab_type_%s-bs_%" PetscInt_FMT "-N_%02d", type[i… in main()
231 PetscCall(PetscLogStageRegister(stage_s, &ab_stage)); in main()
234 …PetscCall(PetscSNPrintf(stage_s, sizeof(stage_s), "abt_type_%s-bs_%" PetscInt_FMT "-N_%02d", type[… in main()
235 PetscCall(PetscLogStageRegister(stage_s, &abt_stage)); in main()
238 …PetscCall(PetscSNPrintf(stage_s, sizeof(stage_s), "atb_type_%s-bs_%" PetscInt_FMT "-N_%02d", type[… in main()
239 PetscCall(PetscLogStageRegister(stage_s, &atb_stage)); in main()