Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/tests/output/
H A Dex5_1.out3 l_2 error 0.730291 max error 2.65625 resi 0.0302577
4 its 3 l_2 error 1.93066e-07 max error 5.99343e-07 resi 6.36193e-07
/petsc/src/mat/tests/
H A Dex192.c216 PetscReal resi; in main() local
223 PetscCall(VecNorm(u, NORM_2, &resi)); in main()
225 …T ") MatSolve error: Norm of error %g, residual %g\n", nfact, nsolve, (double)norm, (double)resi)); in main()
227 …olveTranspose error: Norm of error %g, residual %f\n", nfact, nsolve, (double)norm, (double)resi)); in main()
243 PetscReal resi; in main() local
250 PetscCall(VecNorm(uschur, NORM_2, &resi)); in main()
252 …hurComplement error: Norm of error %g, residual %g\n", nfact, nsolve, (double)norm, (double)resi)); in main()
254 …mentTranspose error: Norm of error %g, residual %f\n", nfact, nsolve, (double)norm, (double)resi)); in main()
H A Dex215.c148 PetscReal resi; in main() local
155 PetscCall(VecNorm(u, NORM_2, &resi)); in main()
157 …f(PETSC_COMM_SELF, "MatSolve error: Norm of error %g, residual %g\n", (double)norm, (double)resi)); in main()
159 …OMM_SELF, "MatSolveTranspose error: Norm of error %g, residual %g\n", (double)norm, (double)resi)); in main()
H A Dex125.c496 PetscReal resi; in main() local
499 PetscCall(VecNorm(u, NORM_2, &resi)); in main()
500 …olve: Norm of error %g, resi %g, numfact %" PetscInt_FMT "\n", (double)norm, (double)resi, nfact)); in main()
519 PetscReal resi; in main() local
522 PetscCall(VecNorm(u, NORM_2, &resi)); in main()
523 …pose: Norm of error %g, resi %g, numfact %" PetscInt_FMT "\n", (double)norm, (double)resi, nfact)); in main()