Searched refs:rel_error (Results 1 – 1 of 1) sorted by relevance
128 PetscReal rel_error, norm_error, norm_exact; in PrintError() local142 rel_error = norm_error / norm_exact; in PrintError()143 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Relative Error: %g\n", (double)rel_error)); in PrintError()