Searched refs:gts (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/tao/linesearch/interface/ftn-custom/ |
| H A D | ztaolinesearchf.c | 40 …hobjectiveandgtsroutine(TaoLineSearch ls, Vec x, Vec s, PetscReal *f, PetscReal *gts, PetscCtx ctx) in ourtaolinesearchobjectiveandgtsroutine() argument 42 …ErrorCode *))(((PetscObject)ls)->fortran_func_pointers[OBJGTS]))(&ls, &x, &s, f, gts, ctx, &ierr)); in ourtaolinesearchobjectiveandgtsroutine()
|
| /petsc/src/tao/linesearch/interface/ |
| H A D | taolinesearch.c | 758 …ErrorCode (*func)(TaoLineSearch ls, Vec x, Vec s, PetscReal *f, PetscReal *gts, PetscCtx ctx), Pet… in TaoLineSearchSetObjectiveAndGTSRoutine() argument 816 PetscReal gts; in TaoLineSearchComputeObjective() local 833 …jective", (*ls->ops->computeobjectiveandgts)(ls, x, ls->stepdirection, f, >s, ls->userctx_funcgt… in TaoLineSearchComputeObjective() 950 …rrorCode TaoLineSearchComputeObjectiveAndGTS(TaoLineSearch ls, Vec x, PetscReal *f, PetscReal *gts) in TaoLineSearchComputeObjectiveAndGTS() argument 956 PetscAssertPointer(gts, 4); in TaoLineSearchComputeObjectiveAndGTS() 959 …tive/gts", (*ls->ops->computeobjectiveandgts)(ls, x, ls->stepdirection, f, gts, ls->userctx_funcgt… in TaoLineSearchComputeObjectiveAndGTS()
|