Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c924 IS isfloc, isfglob, isxloc, isxglob; in TaoSetUp_POUNDERS() local
1004 PetscCall(ISCreateStride(MPI_COMM_SELF, mfqP->m, 0, 1, &isfglob)); in TaoSetUp_POUNDERS()
1007 PetscCall(VecScatterCreate(tao->ls_res, isfglob, mfqP->localf, isfloc, &mfqP->scatterf)); in TaoSetUp_POUNDERS()
1012 PetscCall(ISDestroy(&isfglob)); in TaoSetUp_POUNDERS()