Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex2.c333 PetscReal en2, en2s, enmax; in Monitor() local
372 en2s = PetscSqrtReal(appctx->h) * en2; /* scale the 2-norm by the grid spacing */ in Monitor()
379 … = %g 2-norm error = %g max norm error = %g\n", step, (double)time, (double)en2s, (double)enmax)); in Monitor()
H A Dex21.c390 PetscReal en2, en2s, enmax; in Monitor() local
429 en2s = PetscSqrtReal(appctx->h) * en2; /* scale the 2-norm by the grid spacing */ in Monitor()
436 … = %g,2-norm error = %g, max norm error = %g\n", step, (double)time, (double)en2s, (double)enmax)); in Monitor()