Home
last modified time | relevance | path

Searched refs:FormObjectiveLocal (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex4.c36 static PetscErrorCode FormObjectiveLocal(DMDALocalInfo *, PetscScalar **, PetscReal *, void *);
91 …if (use_obj) PetscCall(DMDASNESSetObjectiveLocal(da, (DMDASNESObjectiveFn *)FormObjectiveLocal, NU… in main()
112 PetscErrorCode FormObjectiveLocal(DMDALocalInfo *info, PetscScalar **x, PetscReal *v, void *ptr) in FormObjectiveLocal() function
H A Dex5.c317 static PetscErrorCode FormObjectiveLocal(DMDALocalInfo *info, PetscScalar **x, PetscReal *obj, AppC… in FormObjectiveLocal() function
705 …if (flg) PetscCall(DMDASNESSetObjectiveLocal(da, (DMDASNESObjectiveFn *)FormObjectiveLocal, &user)… in main()
H A Dex55.c260 static PetscErrorCode FormObjectiveLocal(DMDALocalInfo *info, PetscScalar **x, PetscReal *obj, AppC… in FormObjectiveLocal() function
671 else PetscCall(DMDASNESSetObjectiveLocal(da, (DMDASNESObjectiveFn *)FormObjectiveLocal, &user)); in main()