Home
last modified time | relevance | path

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

/petsc/src/mat/impls/mffd/
H A Dwp.c34 PetscReal normUfact; /* previous sqrt(1.0 + || U ||) */ member
59 hctx->normUfact = PetscSqrtReal(1.0 + normU); in MatMFFDCompute_WP()
67 *h = ctx->error_rel * hctx->normUfact / norma; in MatMFFDCompute_WP()