Searched refs:DMPlexComputeL2DiffVec (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | convest.c | 298 PetscCall(DMPlexComputeL2DiffVec(dm, 0., funcs, ctxs, u, e)); in PetscConvEstComputeErrorSNES_Private()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 444 PetscCall(DMPlexComputeL2DiffVec(dm, 0.0, funcs, ctxs, u, errorL2)); in ComputeAdjoint()
|
| H A D | ex27.c | 744 PetscCall(DMPlexComputeL2DiffVec(mdm, 0.0, func, ctx, mu, exactError)); in main()
|
| H A D | ex69.c | 3386 PetscCall(DMPlexComputeL2DiffVec(dm, 0.0, exacts, ectxs, u, e)); in main()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 440 PETSC_EXTERN PetscErrorCode DMPlexComputeL2DiffVec(DM, PetscReal, PetscErrorCode (**)(PetscInt, Pet…
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 9221 PetscCall(DMPlexComputeL2DiffVec(dm, time, exactSol, ctxs, sol, *errorVec)); in DMComputeError()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 1873 PetscErrorCode DMPlexComputeL2DiffVec(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, Pet… in DMPlexComputeL2DiffVec() function
|