Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex13.c383 PetscReal errorEstTot, errorL2Norm, errorL2Tot; in ComputeAdjoint() local
443 PetscCall(DMComputeL2Diff(dm, 0.0, funcs, ctxs, u, &errorL2Norm)); in ComputeAdjoint()
452 … %" PetscInt_FMT " L2 error: %g Error Ratio: %g/%g = %g\n", N, (double)errorL2Norm, (double)errorE… in ComputeAdjoint()