Home
last modified time | relevance | path

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

/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.c460 static PetscErrorCode addpoint(Tao tao, TAO_POUNDERS *mfqP, PetscInt index) in addpoint() function
521 if (addallpoints != 0) PetscCall(addpoint(tao, mfqP, i)); in modelimprove()
523 if (!addallpoints) PetscCall(addpoint(tao, mfqP, minindex)); in modelimprove()