Home
last modified time | relevance | path

Searched refs:DMCompositeGetLocalVectors (Results 1 – 10 of 10) sorted by relevance

/petsc/include/
H A Dpetscdmcomposite.h23 PETSC_EXTERN PetscErrorCode DMCompositeGetLocalVectors(DM, ...);
/petsc/src/snes/tutorials/
H A Dex21.c117 PetscCall(DMCompositeGetLocalVectors(user->packer, &vw, &vu, &vlambda)); in FormFunction()
118 PetscCall(DMCompositeGetLocalVectors(user->packer, &vfw, &vfu, &vflambda)); in FormFunction()
H A Dex28.c78 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 Dex22.c158 PetscCall(DMCompositeGetLocalVectors(packer, &vw, &vu_lambda)); in ComputeFunction()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busopt.c172 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 Dex9bus.c145 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 Dex9busoptfd.c135 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 Dex9busadj.c133 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 Dex14.c909 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 Dpack.c1145 PetscErrorCode DMCompositeGetLocalVectors(DM dm, ...) in DMCompositeGetLocalVectors() function