Home
last modified time | relevance | path

Searched refs:DMPlexComputeL2DiffLocal (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h438 PETSC_EXTERN PetscErrorCode DMPlexComputeL2DiffLocal(DM, PetscReal, PetscErrorCode (**)(PetscInt, P…
/petsc/src/dm/impls/plex/
H A Dplexfem.c1433 PetscCall(DMPlexComputeL2DiffLocal(dm, time, funcs, ctxs, localX, diff)); in DMComputeL2Diff_Plex()
1457 PetscErrorCode DMPlexComputeL2DiffLocal(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, P… in DMPlexComputeL2DiffLocal() function