Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex14f.F90144 subroutine ComputeFunction(X, F, ierr) subroutine
/petsc/src/snes/tutorials/
H A Dex47cu.cu76 PetscErrorCode ComputeFunction(SNES, Vec x, Vec f, PetscCtx ctx) in ComputeFunction() function
H A Dex22.c147 PetscErrorCode ComputeFunction(SNES snes, Vec U, Vec FU, PetscCtx ctx) in ComputeFunction() function
/petsc/src/ksp/ksp/tests/
H A Dex14.c341 PetscErrorCode ComputeFunction(AppCtx *user, Vec X, Vec F) in ComputeFunction() function