Searched refs:rel_error (Results 1 – 2 of 2) sorted by relevance
1 ,mesh_res,degree,rel_error
179 PetscReal rel_error, norm_error, norm_exact; in PrintError() local193 rel_error = norm_error / norm_exact; in PrintError()194 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "Relative Error: %g\n", (double)rel_error)); in PrintError()