Home
last modified time | relevance | path

Searched refs:DMComputeL2FieldDiff_Plex (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h329 PETSC_INTERN PetscErrorCode DMComputeL2FieldDiff_Plex(DM, PetscReal, PetscErrorCode (**)(PetscInt, …
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5752 dm->ops->computel2fielddiff = DMComputeL2FieldDiff_Plex; in DMInitialize_Plex()
H A Dplexfem.c1697 PetscErrorCode DMComputeL2FieldDiff_Plex(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, … in DMComputeL2FieldDiff_Plex() function