Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmcomposite.h15 PETSC_EXTERN PetscErrorCode DMCompositeGatherArray(DM, InsertMode, Vec, Vec *);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmcomposite.pxi9 PetscErrorCode DMCompositeGatherArray(PetscDM, PetscInsertMode, PetscVec, PetscVec*)
H A DDMComposite.pyx131 scatter, petsc.DMCompositeGatherArray
141 CHKERR(DMCompositeGatherArray(self.dm, cimode, gvec.vec, clvecs))
/petsc/doc/changes/
H A D38.md166 DMCompositeGatherArray()
/petsc/src/dm/impls/composite/
H A Dpack.c682 PetscErrorCode DMCompositeGatherArray(DM dm, InsertMode imode, Vec gvec, Vec *lvecs) in DMCompositeGatherArray() function