Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex96.c49 PetscReal norm, norm_tmp, norm_tmp1, tol = 100. * PETSC_MACHINE_EPSILON; in main() local
188 PetscCall(VecNorm(v2, NORM_1, &norm_tmp1)); in main()
189 norm_tmp /= norm_tmp1; in main()
244 PetscCall(VecNorm(v3, NORM_1, &norm_tmp1)); in main()
246 norm_tmp /= norm_tmp1; in main()