Home
last modified time | relevance | path

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

/petsc/src/tao/snes/
H A Dtaosnes.c33 static PetscErrorCode TAOSNESObj(SNES snes, Vec X, PetscReal *f, PetscCtx ctx) in TAOSNESObj() function
84 PetscCall(SNESSetObjective(taosnes->snes, TAOSNESObj, tao)); in TaoSetUp_SNES()