Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Dconvest.c298 PetscCall(DMPlexComputeL2DiffVec(dm, 0., funcs, ctxs, u, e)); in PetscConvEstComputeErrorSNES_Private()
/petsc/src/snes/tutorials/
H A Dex13.c444 PetscCall(DMPlexComputeL2DiffVec(dm, 0.0, funcs, ctxs, u, errorL2)); in ComputeAdjoint()
H A Dex27.c744 PetscCall(DMPlexComputeL2DiffVec(mdm, 0.0, func, ctx, mu, exactError)); in main()
H A Dex69.c3386 PetscCall(DMPlexComputeL2DiffVec(dm, 0.0, exacts, ectxs, u, e)); in main()
/petsc/include/
H A Dpetscdmplex.h440 PETSC_EXTERN PetscErrorCode DMPlexComputeL2DiffVec(DM, PetscReal, PetscErrorCode (**)(PetscInt, Pet…
/petsc/src/dm/interface/
H A Ddm.c9221 PetscCall(DMPlexComputeL2DiffVec(dm, time, exactSol, ctxs, sol, *errorVec)); in DMComputeError()
/petsc/src/dm/impls/plex/
H A Dplexfem.c1873 PetscErrorCode DMPlexComputeL2DiffVec(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, Pet… in DMPlexComputeL2DiffVec() function