Home
last modified time | relevance | path

Searched refs:ComputeSensiP (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/tutorials/power_grid/
H A Dex9adj.c162 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function
362 PetscCall(ComputeSensiP(lambda[0], mu[0], &ctx)); in main()
H A Dex9opt.c152 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function
448 PetscCall(ComputeSensiP(lambda[0], mu[0], ctx)); in FormGradient()
H A Dex3sa.c223 PetscCall(ComputeSensiP(lambda[0], mu[0], &ctx)); in main()
H A Dex3.h212 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function
H A Dex3opt.c311 PetscCall(ComputeSensiP(lambda[0], mu[0], ctx)); in FormFunctionGradient()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busopt.c1009 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, Vec *DICDP, Userctx *user) in ComputeSensiP() function
1433 PetscCall(ComputeSensiP(lambda[0], mu[0], DICDP, ctx)); in FormFunctionGradient()