Home
last modified time | relevance | path

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

/petsc/src/snes/impls/ngmres/
H A Dngmresfunc.c118 PetscReal dcurnorm, dmin = -1.0; in SNESNGMRESNorms_Private() local
155 dcurnorm = ngmres->xnorms[i]; in SNESNGMRESNorms_Private()
156 if ((dcurnorm < dmin) || (dmin < 0.0)) dmin = dcurnorm; in SNESNGMRESNorms_Private()