Home
last modified time | relevance | path

Searched refs:DMLocalToGlobalBeginDefaultShell (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmshell.h41 PETSC_EXTERN PetscErrorCode DMLocalToGlobalBeginDefaultShell(DM, Vec, InsertMode, Vec);
/petsc/src/dm/impls/shell/
H A Ddmshell.c85 PetscErrorCode DMLocalToGlobalBeginDefaultShell(DM dm, Vec l, InsertMode mode, Vec g) in DMLocalToGlobalBeginDefaultShell() function
1144 dm->ops->localtoglobalbegin = DMLocalToGlobalBeginDefaultShell; in DMCreate_Shell()