Searched refs:localxmin (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/leastsquares/impls/pounders/ |
| H A D | pounders.h | 39 Vec localf, localx, localfmin, localxmin; member
|
| H A D | pounders.c | 698 PetscCall(VecSet(mfqP->localxmin, 0)); in TaoSolve_POUNDERS() 699 …PetscCall(VecScatterBegin(mfqP->scatterx, mfqP->Xhist[mfqP->minindex], mfqP->localxmin, INSERT_VAL… in TaoSolve_POUNDERS() 700 …PetscCall(VecScatterEnd(mfqP->scatterx, mfqP->Xhist[mfqP->minindex], mfqP->localxmin, INSERT_VALUE… in TaoSolve_POUNDERS() 702 PetscCall(VecGetArrayRead(mfqP->localxmin, &xmint)); in TaoSolve_POUNDERS() 704 PetscCall(VecRestoreArrayRead(mfqP->localxmin, &xmint)); in TaoSolve_POUNDERS() 998 PetscCall(VecCreateSeq(PETSC_COMM_SELF, mfqP->n, &mfqP->localxmin)); in TaoSetUp_POUNDERS() 1108 PetscCall(VecDestroy(&mfqP->localxmin)); in TaoDestroy_POUNDERS()
|