Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex2.c333 PetscReal en2, en2s, enmax; in Monitor() local
371 PetscCall(VecNorm(appctx->solution, NORM_2, &en2)); in Monitor()
372 en2s = PetscSqrtReal(appctx->h) * en2; /* scale the 2-norm by the grid spacing */ in Monitor()
H A Dex21.c390 PetscReal en2, en2s, enmax; in Monitor() local
428 PetscCall(VecNorm(appctx->solution, NORM_2, &en2)); in Monitor()
429 en2s = PetscSqrtReal(appctx->h) * en2; /* scale the 2-norm by the grid spacing */ in Monitor()