Searched refs:en2 (Results 1 – 2 of 2) sorted by relevance
333 PetscReal en2, en2s, enmax; in Monitor() local371 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()
390 PetscReal en2, en2s, enmax; in Monitor() local428 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()