Home
last modified time | relevance | path

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

/honee/src/
H A Dmisc.c128 PetscReal rel_error, norm_error, norm_exact; in PrintError() local
142 rel_error = norm_error / norm_exact; in PrintError()
143 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Relative Error: %g\n", (double)rel_error)); in PrintError()