Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan24 function:SNESComputeObjective_DMDA
/petsc/src/snes/utils/
H A Ddmdasnes.c116 static PetscErrorCode SNESComputeObjective_DMDA(SNES snes, Vec X, PetscReal *ob, PetscCtx ctx) in SNESComputeObjective_DMDA() function
407 PetscCall(DMSNESSetObjective(dm, SNESComputeObjective_DMDA, dmdasnes)); in DMDASNESSetObjectiveLocal()
444 PetscCall(DMSNESSetObjective(dm, SNESComputeObjective_DMDA, dmdasnes)); in DMDASNESSetObjectiveLocalVec()
/petsc/doc/changes/
H A D321.md170 - Add MPI reduction inside `SNESComputeObjective_DMDA()`. No need to call reduction in local callba…