Searched refs:ComputeFunction (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/ ! |
| H A D | ex47cu.cu | 17 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 D | ex22.c | 46 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 D | ex14.c | 70 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 D | ex14f.F90 | 144 subroutine ComputeFunction(X, F, ierr) subroutine 445 PetscCallA(ComputeFunction(X, F, ierr)) 495 PetscCallA(ComputeFunction(X, F, ierr))
|