Searched refs:VecBoundToCPU (Results 1 – 8 of 8) sorted by relevance
93 - Add `VecBoundToCPU()` to query information set with `VecBindToCPU()`
175 PetscCall(VecBoundToCPU(v,&bound)); in VecGetCurrentMemType()
201 PetscErrorCode VecBoundToCPU(PetscVec, PetscBool*)
1416 bindToCPU, petsc.VecBoundToCPU1420 CHKERR(VecBoundToCPU(self.vec, &flg))
201 PetscCall(VecBoundToCPU(x1, &alreadyboundtocpu)); in MatFDColoringApply_AIJ()
552 PETSC_EXTERN PetscErrorCode VecBoundToCPU(Vec, PetscBool *);
2168 PetscErrorCode VecBoundToCPU(Vec v, PetscBool *flg) in VecBoundToCPU() function
1284 PetscCall(VecBoundToCPU(fine, &isbound)); in DMCreateInterpolationScale()