Home
last modified time | relevance | path

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

/petsc/src/dm/impls/patch/
H A Dpatchcreate.c19 extern PetscErrorCode DMCreateGlobalVector_Patch(DM dm, Vec *g);
30 dm->ops->createglobalvector = DMCreateGlobalVector_Patch; in DMInitialize_Patch()
H A Dpatch.c371 PetscErrorCode DMCreateGlobalVector_Patch(DM dm, Vec *g) in DMCreateGlobalVector_Patch() function