Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h323 PETSC_INTERN PetscErrorCode DMProjectFunctionLabelLocal_Plex(DM, PetscReal, DMLabel, PetscInt, cons…
/petsc/src/dm/impls/plex/
H A Dplexproject.c1120 PetscErrorCode DMProjectFunctionLabelLocal_Plex(DM dm, PetscReal time, DMLabel label, PetscInt numI… in DMProjectFunctionLabelLocal_Plex() function
H A Dplexcreate.c5746 dm->ops->projectfunctionlabellocal = DMProjectFunctionLabelLocal_Plex; in DMInitialize_Plex()