Searched refs:DMPlexSNESComputeObjectiveFEM (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 245 PetscErrorCode DMPlexSNESComputeObjectiveFEM(DM dm, Vec X, PetscReal *obj, PetscCtx ctx) in DMPlexSNESComputeObjectiveFEM() function 725 if (use_obj) PetscCall(DMSNESSetObjectiveLocal(dm, DMPlexSNESComputeObjectiveFEM, ctx)); in DMPlexSetSNESLocalFEM()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 461 PETSC_EXTERN PetscErrorCode DMPlexSNESComputeObjectiveFEM(DM, Vec, PetscReal *, void *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex30.c | 1437 PetscCall(DMPlexSNESComputeObjectiveFEM(dm, locX, vals, NULL)); in DMPlexTSComputeIFunctionFEM_Private()
|