Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex28.c65 static PetscErrorCode FormFunction_All(SNES snes, Vec X, Vec F, PetscCtx ctx) in FormFunction_All() function
374 PetscCall(SNESSetFunction(snes, Fu, FormFunction_All, user)); in main()
386 PetscCall(SNESSetFunction(snes, Fk, FormFunction_All, user)); in main()
399 PetscCall(SNESSetFunction(snes, F, FormFunction_All, user)); in main()