Searched refs:DMCompositeGetLocalVectors (Results 1 – 10 of 10) sorted by relevance
| /petsc/include/ |
| H A D | petscdmcomposite.h | 23 PETSC_EXTERN PetscErrorCode DMCompositeGetLocalVectors(DM, ...);
|
| /petsc/src/snes/tutorials/ |
| H A D | ex21.c | 117 PetscCall(DMCompositeGetLocalVectors(user->packer, &vw, &vu, &vlambda)); in FormFunction() 118 PetscCall(DMCompositeGetLocalVectors(user->packer, &vfw, &vfu, &vflambda)); in FormFunction()
|
| H A D | ex28.c | 78 PetscCall(DMCompositeGetLocalVectors(user->pack, &Uloc, &Kloc)); in FormFunction_All() 210 PetscCall(DMCompositeGetLocalVectors(user->pack, &Uloc, &Kloc)); in FormJacobian_All() 353 PetscCall(DMCompositeGetLocalVectors(pack, &user->Uloc, &user->Kloc)); in main()
|
| H A D | ex22.c | 158 PetscCall(DMCompositeGetLocalVectors(packer, &vw, &vu_lambda)); in ComputeFunction()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busopt.c | 172 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess() 260 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in InitialGuess() 367 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction() 368 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Fgen, &Fnet)); in ResidualFunction() 601 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualJacobian() 944 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in CostIntegrand() 976 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in DRDUJacobianTranspose() 977 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Dgen, &Dnet)); in DRDUJacobianTranspose()
|
| H A D | ex9bus.c | 145 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in EventFunction() 197 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in PostEventFunction() 359 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess() 448 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction() 449 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Fgen, &Fnet)); in ResidualFunction() 716 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualJacobian()
|
| H A D | ex9busoptfd.c | 135 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess() 222 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction() 223 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Fgen, &Fnet)); in ResidualFunction() 458 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualJacobian() 778 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in CostIntegrand()
|
| H A D | ex9busadj.c | 133 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in SetInitialGuess() 220 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualFunction() 221 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Fgen, &Fnet)); in ResidualFunction() 457 PetscCall(DMCompositeGetLocalVectors(user->dmpgrid, &Xgen, &Xnet)); in ResidualJacobian()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 909 PetscCall(DMCompositeGetLocalVectors(pack, &X3, &X2)); in THIFunction() 910 PetscCall(DMCompositeGetLocalVectors(pack, &Xdot3, &Xdot2)); in THIFunction() 1286 PetscCall(DMCompositeGetLocalVectors(pack, &X3, &X2)); in THIJacobian() 1287 PetscCall(DMCompositeGetLocalVectors(pack, NULL, &Xdot2)); in THIJacobian()
|
| /petsc/src/dm/impls/composite/ |
| H A D | pack.c | 1145 PetscErrorCode DMCompositeGetLocalVectors(DM dm, ...) in DMCompositeGetLocalVectors() function
|