Searched refs:norminf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 392 PetscReal norminf, norm2, maxnorminf = 0.0, maxnorm2 = 0.0; in DMCheckInterpolator() local 409 PetscCall(VecNorm(tmp, NORM_INFINITY, &norminf)); in DMCheckInterpolator() 411 maxnorminf = PetscMax(maxnorminf, norminf); in DMCheckInterpolator() 413 …etscInt_FMT " ||vf - P vc||_\\infty %g, ||vf - P vc||_2 %g\n", k, (double)norminf, (double)norm2)); in DMCheckInterpolator()
|