Home
last modified time | relevance | path

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

/petsc/src/mat/impls/shell/
H A Dshell.c2044 PetscReal Diffnorm, Dmfnorm; in MatShellTestMult() local
2061 PetscCall(MatNorm(Dmf, NORM_FROBENIUS, &Dmfnorm)); in MatShellTestMult()
2062 if (Diffnorm / Dmfnorm > 10 * PETSC_SQRT_MACHINE_EPSILON) { in MatShellTestMult()
2065 …m Ratio %g Difference results followed by finite difference one\n", (double)(Diffnorm / Dmfnorm))); in MatShellTestMult()
2107 PetscReal Diffnorm, Dmfnorm; in MatShellTestMultTranspose() local
2127 PetscCall(MatNorm(Dmf, NORM_FROBENIUS, &Dmfnorm)); in MatShellTestMultTranspose()
2128 if (Diffnorm / Dmfnorm > 10 * PETSC_SQRT_MACHINE_EPSILON) { in MatShellTestMultTranspose()
2131 …m Ratio %g Difference results followed by finite difference one\n", (double)(Diffnorm / Dmfnorm))); in MatShellTestMultTranspose()