Searched refs:model_indices (Results 1 – 2 of 2) sorted by relevance
351 PetscCall(VecGetArrayRead(mfqP->Xhist[mfqP->model_indices[i]], &x)); in morepoints()354 PetscCall(VecRestoreArrayRead(mfqP->Xhist[mfqP->model_indices[i]], &x)); in morepoints()365 if (point == mfqP->model_indices[j]) { in morepoints()424 mfqP->model_indices[mfqP->nmodelpoints] = point; in morepoints()479 mfqP->model_indices[mfqP->nmodelpoints] = mfqP->nHist; in addpoint()556 mfqP->model_indices[mfqP->nmodelpoints] = i; in affpoints()693 mfqP->model_indices[ii++] = i; in TaoSolve_POUNDERS()724 mfqP->model_indices[ii++] = i; in TaoSolve_POUNDERS()846 for (i = mfqP->nmodelpoints; i > 0; i--) mfqP->model_indices[i] = mfqP->model_indices[i - 1]; in TaoSolve_POUNDERS()848 mfqP->model_indices[0] = mfqP->minindex; in TaoSolve_POUNDERS()[all …]
31 PetscInt *model_indices; /* n */ member