Home
last modified time | relevance | path

Searched refs:DMComputeL2Diff_Plex (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h327 PETSC_INTERN PetscErrorCode DMComputeL2Diff_Plex(DM, PetscReal, PetscErrorCode (**)(PetscInt, Petsc…
/petsc/doc/manual/
H A Ddmplex.md349 …="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/plex/plexfem.c.html#DMComputeL2Diff_Plex">source</a>…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5750 dm->ops->computel2diff = DMComputeL2Diff_Plex; in DMInitialize_Plex()
H A Dplexfem.c1424 PetscErrorCode DMComputeL2Diff_Plex(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt, Petsc… in DMComputeL2Diff_Plex() function