Home
last modified time | relevance | path

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

/petsc/src/tao/snes/
H A Dtaosnes.c42 static PetscErrorCode TAOSNESFunc(SNES snes, Vec X, Vec F, PetscCtx ctx) in TAOSNESFunc() function
85 PetscCall(SNESSetFunction(taosnes->snes, NULL, TAOSNESFunc, tao)); in TaoSetUp_SNES()