Searched refs:DMCompositeGather (Results 1 – 9 of 9) sorted by relevance
| /petsc/include/ |
| H A D | petscdmcomposite.h | 14 PETSC_EXTERN PetscErrorCode DMCompositeGather(DM, InsertMode, Vec, ...);
|
| /petsc/src/dm/tests/ |
| H A D | ex16.c | 85 …PetscCall(DMCompositeGather(packer, gather_add ? ADD_VALUES : INSERT_VALUES, global, redundant1, l… in main()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex21.c | 160 PetscCall(DMCompositeGather(user->packer, INSERT_VALUES, FU, vfw, vfu, vflambda)); in FormFunction()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busopt.c | 236 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 D | ex9busadj.c | 197 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 D | ex9busoptfd.c | 199 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 D | ex9bus.c | 424 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 D | 38.md | 165 - Changed prototypes for DMCompositeGather() and
|
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 624 PetscErrorCode DMCompositeGather(DM dm, InsertMode imode, Vec gvec, ...) in DMCompositeGather() function
|