Home
last modified time | relevance | path

Searched refs:DMCompositeGather (Results 1 – 9 of 9) sorted by relevance

/petsc/include/
H A Dpetscdmcomposite.h14 PETSC_EXTERN PetscErrorCode DMCompositeGather(DM, InsertMode, Vec, ...);
/petsc/src/dm/tests/
H A Dex16.c85 …PetscCall(DMCompositeGather(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, l… in main()
/petsc/src/snes/tutorials/
H A Dex21.c160 PetscCall(DMCompositeGather(user->packer, INSERT_VALUES, FU, vfw, vfu, vflambda)); in FormFunction()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busopt.c236 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
320 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in InitialGuess()
463 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, F, Fgen, Fnet)); in ResidualFunction()
994 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, drdu_col, Dgen, Dnet)); in DRDUJacobianTranspose()
H A Dex9busadj.c197 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
317 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, F, Fgen, Fnet)); in ResidualFunction()
H A Dex9busoptfd.c199 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
318 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, F, Fgen, Fnet)); in ResidualFunction()
H A Dex9bus.c424 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, X, Xgen, Xnet)); in SetInitialGuess()
546 PetscCall(DMCompositeGather(user->dmpgrid, INSERT_VALUES, F, Fgen, Fnet)); in ResidualFunction()
/petsc/doc/changes/
H A D38.md165 - Changed prototypes for DMCompositeGather() and
/petsc/src/dm/impls/composite/
H A Dpack.c624 PetscErrorCode DMCompositeGather(DM dm, InsertMode imode, Vec gvec, ...) in DMCompositeGather() function