Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex19.c216 PetscCall(DMComputeL2Diff(dmProj, 0.0, funcs, NULL, u, &error)); in TestL2Projection()
222 PetscCall(DMComputeL2Diff(dmaProj, 0.0, funcs, NULL, ua, &error)); in TestL2Projection()
231 PetscCall(DMComputeL2Diff(dmaProj, 0.0, funcs, NULL, ua, &error)); in TestL2Projection()
246 PetscCall(DMComputeL2Diff(dmaProj, 0.0, funcs, NULL, uproj, &error)); in TestL2Projection()
H A Dex46.c103 PetscCall(DMComputeL2Diff(dm, 0.0, funcs, NULL, u, &error)); in CheckError()
H A Dex3.c736 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, exactCtxs, u, error)); in ComputeError()
862 PetscCall(DMComputeL2Diff(fdm, 0.0, exactFuncs, exactCtxs, fu, &error)); in CheckInterpolation()
/petsc/src/dm/dt/fe/tests/
H A Dex3.c161 PetscCall(DMComputeL2Diff(dm, 0.0, exactSol, exactCtx, u, &error)); in CheckInterpolation()
194 PetscCall(DMComputeL2Diff(dm, 0.0, exactSol, exactCtx, u, &error)); in CheckL2Projection()
/petsc/src/tao/tutorials/
H A Dex1.c250 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, NULL, u, &error)); in main()
254 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, NULL, u, &error)); in main()
H A Dex2.c245 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, NULL, u, &error)); in main()
249 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, NULL, u, &error)); in main()
/petsc/src/snes/tests/
H A Dex8.c457 PetscCall(DMComputeL2Diff(dm, 0.0, exactFuncs, exactCtxs, u, error)); in ComputeError()
509 PetscCall(DMComputeL2Diff(fdm, 0.0, exactFuncs, exactCtxs, fu, &error)); in CheckTransferError()
/petsc/src/snes/tutorials/
H A Dex13.c443 PetscCall(DMComputeL2Diff(dm, 0.0, funcs, ctxs, u, &errorL2Norm)); in ComputeAdjoint()
478 PetscCall(DMComputeL2Diff(dm, 0.0, &sol, &ctx, u, &error)); in ErrorView()
H A Dex75.c559 PetscCall(DMComputeL2Diff(dm, 0.0, funcs, NULL, u, &discError));
H A Dex12.c878 PetscCall(DMComputeL2Diff(dm, 0.0, user.exactFuncs, NULL, u, &error)); in main()
/petsc/src/ts/tutorials/
H A Dex47.c268 PetscCall(DMComputeL2Diff(dm, crtime, func, ctxs, u, &error)); in MyTSMonitorError()
/petsc/include/
H A Dpetscdm.h454 PETSC_EXTERN PetscErrorCode DMComputeL2Diff(DM, PetscReal, PetscErrorCode (**)(PetscInt, PetscReal,…
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c640 PetscCall(DMComputeL2Diff(dm, 0.0, funcs, ctxs, uproj, &error)); in TestL2Projection_Shape()
/petsc/src/snes/utils/
H A Ddmplexsnes.c817 PetscCall(DMComputeL2Diff(dm, t, exacts, ectxs, u, &err[0])); in DMSNESCheckDiscretization()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4928 #define DMComputeL2Diff_pforest _append_pforest(DMComputeL2Diff)
4936 PetscCall(DMComputeL2Diff(plex, time, funcs, ctxs, X, diff)); in DMComputeL2Diff_pforest()
/petsc/src/snes/interface/
H A Dsnes.c4652 PetscCall(DMComputeL2Diff(dm, 0.0, exactSol, exactCtx, u, &error)); in SNESConvergedReasonView()
/petsc/src/dm/interface/
H A Ddm.c8708 PetscErrorCode DMComputeL2Diff(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, PetscReal,… in DMComputeL2Diff() function