Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbvec.cxx12 static PetscErrorCode DMVecDuplicate_Moab(Vec, Vec *);
514 (*vec)->ops->duplicate = DMVecDuplicate_Moab; in DMCreateVector_Moab_Private()
598 static PetscErrorCode DMVecDuplicate_Moab(Vec x, Vec *y) in DMVecDuplicate_Moab() function