Searched refs:norm_exact (Results 1 – 1 of 1) sorted by relevance
179 PetscReal rel_error, norm_error, norm_exact; in PrintError() local189 PetscCall(VecNorm(Q_exact, NORM_1, &norm_exact)); in PrintError()193 rel_error = norm_error / norm_exact; in PrintError()