Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Dtsconvest.c45 PetscCall(DMComputeL2FieldDiff(dm, t, ce->exactSol, ce->ctxs, u, errors)); in PetscConvEstComputeErrorTS_Private()
/petsc/include/petsc/private/
H A Dkspimpl.h243 PetscCall(DMComputeL2FieldDiff(dm, 0.0, &exactSol, &exactCtx, u, &error)); in KSPLogErrorHistory()
/petsc/src/ts/tutorials/
H A Dex46.c309 PetscCall(DMComputeL2FieldDiff(dm, crtime, funcs, ctxs, u, ferrors)); in MonitorError()
H A Dex77.c741 PetscCall(DMComputeL2FieldDiff(dm, crtime, exactFuncs, ctxs, u, ferrors)); in MonitorError()
H A Dex76.c1595 PetscCall(DMComputeL2FieldDiff(dm, crtime, exactFuncs, ctxs, u, ferrors)); in MonitorError()
H A Dex53.c2055 PetscCall(DMComputeL2FieldDiff(dm, time, exacts, ectxs, u, err)); in SolutionMonitor()
/petsc/src/snes/utils/
H A Dconvest.c270 PetscCall(DMComputeL2FieldDiff(dm, 0.0, ce->exactSol, ce->ctxs, u, errors)); in PetscConvEstComputeErrorSNES_Private()
H A Ddmplexsnes.c803 PetscCall(DMComputeL2FieldDiff(dm, t, exacts, ectxs, u, err)); in DMSNESCheckDiscretization()
/petsc/include/
H A Dpetscdm.h456 PETSC_EXTERN PetscErrorCode DMComputeL2FieldDiff(DM, PetscReal, PetscErrorCode (**)(PetscInt, Petsc…
/petsc/src/ts/interface/
H A Dtsmon.c1615 PetscCall(DMComputeL2FieldDiff(dm, ptime, exactFuncs, ctxs, u, ferrors)); in TSMonitorError()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4940 #define DMComputeL2FieldDiff_pforest _append_pforest(DMComputeL2FieldDiff)
4948 PetscCall(DMComputeL2FieldDiff(plex, time, funcs, ctxs, X, diff)); in DMComputeL2FieldDiff_pforest()
/petsc/src/dm/interface/
H A Ddm.c8775 PetscErrorCode DMComputeL2FieldDiff(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, Petsc… in DMComputeL2FieldDiff() function
9190 if (errors) PetscCall(DMComputeL2FieldDiff(dm, time, exactSol, ctxs, sol, errors)); in DMComputeError()