Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tests/
H A Dex5.c83 PetscReal normsolRef, errAbs, errRel; in main() local
90 errRel = errAbs / normsolRef; in main()
91 if (errAbs > 1e14 || errRel > 1e14) { in main()
92 …ctComm((PetscObject)dmSol), "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in main()
H A Dex11.c89 PetscReal normsolRef, errAbs, errRel; in main() local
96 errRel = errAbs / normsolRef; in main()
97 if (errAbs > 1e14 || errRel > 1e14) { in main()
98 …ctComm((PetscObject)dmSol), "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in main()
H A Dex8.c94 PetscReal normsolRef, errAbs, errRel; in main() local
101 errRel = errAbs / normsolRef; in main()
102 if (errAbs > 1e14 || errRel > 1e14) { in main()
103 …ctComm((PetscObject)dmSol), "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in main()
/petsc/src/dm/impls/stag/tutorials/
H A Dex1.c362 PetscReal normsolRef, errAbs, errRel; in main() local
369 errRel = errAbs / normsolRef; in main()
370 …tscPrintf(PETSC_COMM_WORLD, "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in main()
H A Dex2.c610 PetscReal normsolRef, errAbs, errRel; in CheckSolution() local
618 errRel = errAbs / normsolRef; in CheckSolution()
619 …tscPrintf(PETSC_COMM_WORLD, "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in CheckSolution()
H A Dex3.c1843 PetscReal normsolRef, errAbs, errRel; in CheckSolution() local
1851 errRel = errAbs / normsolRef; in CheckSolution()
1852 …tscPrintf(PETSC_COMM_WORLD, "Error (abs): %g\nError (rel): %g\n", (double)errAbs, (double)errRel)); in CheckSolution()