Searched refs:DMComputeL2FieldDiff (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | tsconvest.c | 45 PetscCall(DMComputeL2FieldDiff(dm, t, ce->exactSol, ce->ctxs, u, errors)); in PetscConvEstComputeErrorTS_Private()
|
| /petsc/include/petsc/private/ |
| H A D | kspimpl.h | 243 PetscCall(DMComputeL2FieldDiff(dm, 0.0, &exactSol, &exactCtx, u, &error)); in KSPLogErrorHistory()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex46.c | 309 PetscCall(DMComputeL2FieldDiff(dm, crtime, funcs, ctxs, u, ferrors)); in MonitorError()
|
| H A D | ex77.c | 741 PetscCall(DMComputeL2FieldDiff(dm, crtime, exactFuncs, ctxs, u, ferrors)); in MonitorError()
|
| H A D | ex76.c | 1595 PetscCall(DMComputeL2FieldDiff(dm, crtime, exactFuncs, ctxs, u, ferrors)); in MonitorError()
|
| H A D | ex53.c | 2055 PetscCall(DMComputeL2FieldDiff(dm, time, exacts, ectxs, u, err)); in SolutionMonitor()
|
| /petsc/src/snes/utils/ |
| H A D | convest.c | 270 PetscCall(DMComputeL2FieldDiff(dm, 0.0, ce->exactSol, ce->ctxs, u, errors)); in PetscConvEstComputeErrorSNES_Private()
|
| H A D | dmplexsnes.c | 803 PetscCall(DMComputeL2FieldDiff(dm, t, exacts, ectxs, u, err)); in DMSNESCheckDiscretization()
|
| /petsc/include/ |
| H A D | petscdm.h | 456 PETSC_EXTERN PetscErrorCode DMComputeL2FieldDiff(DM, PetscReal, PetscErrorCode (**)(PetscInt, Petsc…
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 1615 PetscCall(DMComputeL2FieldDiff(dm, ptime, exactFuncs, ctxs, u, ferrors)); in TSMonitorError()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4940 #define DMComputeL2FieldDiff_pforest _append_pforest(DMComputeL2FieldDiff) 4948 PetscCall(DMComputeL2FieldDiff(plex, time, funcs, ctxs, X, diff)); in DMComputeL2FieldDiff_pforest()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 8775 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()
|