Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h33 PetscInt *last_model_indices; /* n */ member
H A Dpounders.c903 if (mfqP->model_indices[i] == mfqP->last_model_indices[i]) { in TaoSolve_POUNDERS()
909 mfqP->last_model_indices[i] = mfqP->model_indices[i]; in TaoSolve_POUNDERS()
978 PetscCall(PetscMalloc1(mfqP->npmax, &mfqP->last_model_indices)); in TaoSetUp_POUNDERS()
1090 PetscCall(PetscFree(mfqP->last_model_indices)); in TaoDestroy_POUNDERS()