Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c179 PetscReal rel_error, norm_error, norm_exact; in PrintError() local
189 PetscCall(VecNorm(Q_exact, NORM_1, &norm_exact)); in PrintError()
193 rel_error = norm_error / norm_exact; in PrintError()