Searched refs:DMVecDuplicate_Moab (Results 1 – 1 of 1) sorted by relevance
12 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