Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscvec.pxi219 PetscErrorCode VecGetCurrentMemType(PetscVec, PetscMemType*)
483 CHKERR(VecGetCurrentMemType(self.vec, &mtype))
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h167 PetscErrorCode VecGetCurrentMemType(Vec v, PetscMemType *m) in VecGetCurrentMemType() function