Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/ !
H A Dex47cu.cu17 extern PetscErrorCode ComputeFunction(SNES, Vec, Vec, void *), ComputeJacobian(SNES, Vec, Mat, Mat,…
45 PetscCall(SNESSetFunction(snes, f, ComputeFunction, da)); in main()
76 PetscErrorCode ComputeFunction(SNES, Vec x, Vec f, PetscCtx ctx) in ComputeFunction() function
H A Dex22.c46 extern PetscErrorCode ComputeFunction(SNES, Vec, Vec, void *);
109 PetscCall(SNESSetFunction(snes, NULL, ComputeFunction, NULL)); in main()
147 PetscErrorCode ComputeFunction(SNES snes, Vec U, Vec FU, PetscCtx ctx) in ComputeFunction() function
/petsc/src/ksp/ksp/tests/ !
H A Dex14.c70 extern PetscErrorCode ComputeFunction(AppCtx *, Vec, Vec), FormInitialGuess(AppCtx *, Vec);
179 PetscCall(ComputeFunction(&user, X, F)); /* Compute F(X) */ in main()
229 PetscCall(ComputeFunction(&user, X, F)); /* Compute F(X) */ in main()
341 PetscErrorCode ComputeFunction(AppCtx *user, Vec X, Vec F) in ComputeFunction() function
/petsc/src/ksp/ksp/tutorials/ !
H A Dex14f.F90144 subroutine ComputeFunction(X, F, ierr) subroutine
445 PetscCallA(ComputeFunction(X, F, ierr))
495 PetscCallA(ComputeFunction(X, F, ierr))