Home
last modified time | relevance | path

Searched defs:userCtx (Results 1 – 3 of 3) sorted by relevance

/petsc/src/tao/unconstrained/tutorials/
H A Dminsurf2.c161 PetscErrorCode FormFunction(Tao tao, Vec X, PetscReal *fcn, void *userCtx) in FormFunction()
295 PetscErrorCode FormFunctionGradient(Tao tao, Vec X, PetscReal *fcn, Vec G, void *userCtx) in FormFunctionGradient()
458 PetscErrorCode FormGradient(Tao tao, Vec X, Vec G, void *userCtx) in FormGradient()
H A Dminsurf1.c124 PetscErrorCode FormFunctionGradient(Tao tao, Vec X, PetscReal *fcn, Vec G, void *userCtx) in FormFunctionGradient()
/petsc/src/tao/bound/tutorials/
H A Dplate2.c197 PetscErrorCode FormFunctionGradient(Tao tao, Vec X, PetscReal *fcn, Vec G, void *userCtx) in FormFunctionGradient()