Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/autodiff/
H A Dex16opt_ic.cxx284 PetscErrorCode FormFunctionGradient(Tao tao, Vec IC, PetscReal *f, Vec G, PetscCtx ctx) in FormFunctionGradient()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c556 PetscErrorCode FormFunctionGradient(Tao tao, Vec IC, PetscReal *f, Vec G, PetscCtx ctx) in FormFunctionGradient()
/petsc/src/ts/tutorials/
H A Dex20opt_ic.c205 static PetscErrorCode FormFunctionGradient(Tao tao, Vec IC, PetscReal *f, Vec G, PetscCtx ctx) in FormFunctionGradient()