Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmshell.h43 PETSC_EXTERN PetscErrorCode DMLocalToLocalBeginDefaultShell(DM, Vec, InsertMode, Vec);
/petsc/src/dm/impls/shell/
H A Ddmshell.c138 PetscErrorCode DMLocalToLocalBeginDefaultShell(DM dm, Vec g, InsertMode mode, Vec l) in DMLocalToLocalBeginDefaultShell() function
1146 dm->ops->localtolocalbegin = DMLocalToLocalBeginDefaultShell; in DMCreate_Shell()