Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h322 PETSC_INTERN PetscErrorCode DMProjectFunctionLocal_Plex(DM, PetscReal, PetscErrorCode (**)(PetscInt…
/petsc/src/dm/impls/plex/
H A Dplexproject.c1113 PetscErrorCode DMProjectFunctionLocal_Plex(DM dm, PetscReal time, PetscErrorCode (**funcs)(PetscInt… in DMProjectFunctionLocal_Plex() function
H A Dplexcreate.c5745 dm->ops->projectfunctionlocal = DMProjectFunctionLocal_Plex; in DMInitialize_Plex()