Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h95 …PetscErrorCode (*projectfunctionlabellocal)(DM, PetscReal, DMLabel, PetscInt, const PetscInt[], Pe… member
/petsc/src/dm/interface/
H A Ddm.c8412 …PetscUseTypeMethod(dm, projectfunctionlabellocal, time, label, numIds, ids, Nc, comps, funcs, ctxs… in DMProjectFunctionLabelLocal()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h5138 dm->ops->projectfunctionlabellocal = DMProjectFunctionLabelLocal_pforest; in DMInitialize_pforest()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5746 dm->ops->projectfunctionlabellocal = DMProjectFunctionLabelLocal_Plex; in DMInitialize_Plex()