Home
last modified time | relevance | path

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

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