Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex60.c40 PetscReal nrmin, nrmnoise; in PCApply_Noise() local
48 PetscCall(VecNorm(xin, NORM_2, &nrmin)); in PCApply_Noise()
50 PetscCall(VecScale(xout, ctx->eta * (nrmin / nrmnoise))); in PCApply_Noise()