Searched refs:norm2_inplace (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex30.c | 22 PetscReal norm2, norm2_inplace, tol = 100. * PETSC_MACHINE_EPSILON; in main() local 151 PetscCall(VecNorm(y, NORM_2, &norm2_inplace)); in main() 152 …norm2_inplace) <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "ILU(0) %g and in-place ILU(0) %g give dif… in main() 206 PetscCall(VecNorm(y, NORM_2, &norm2_inplace)); in main() 207 …norm2_inplace) <= tol, PETSC_COMM_SELF, PETSC_ERR_PLIB, "ICC(0) %g and in-place ICC(0) %g give dif… in main()
|