Searched refs:convtestname (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex1.c | 62 char convtestname[16]; in main() local 75 PetscCall(GetConvergenceTestName(converged, convtestname, 16)); in main() 76 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "convergence test: %s\n", convtestname)); in main() 86 PetscCall(GetConvergenceTestName(converged1, convtestname, 16)); in main() 88 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "convergence test: %s\n", convtestname)); in main() 94 PetscCall(GetConvergenceTestName(converged1, convtestname, 16)); in main() 96 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "convergence test: %s\n", convtestname)); in main()
|