Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h97 …PetscErrorCode (*projectfieldlabellocal)(DM, PetscReal, DMLabel, PetscInt, const PetscInt[], Petsc… member
/petsc/src/dm/interface/
H A Ddm.c8538 …PetscUseTypeMethod(dm, projectfieldlabellocal, time, label, numIds, ids, Nc, comps, localU, funcs,… in DMProjectFieldLabelLocal()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5748 dm->ops->projectfieldlabellocal = DMProjectFieldLabelLocal_Plex; in DMInitialize_Plex()