Searched refs:ComputeSensiP (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/ |
| H A D | ex9adj.c | 162 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function 362 PetscCall(ComputeSensiP(lambda[0], mu[0], &ctx)); in main()
|
| H A D | ex9opt.c | 152 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function 448 PetscCall(ComputeSensiP(lambda[0], mu[0], ctx)); in FormGradient()
|
| H A D | ex3sa.c | 223 PetscCall(ComputeSensiP(lambda[0], mu[0], &ctx)); in main()
|
| H A D | ex3.h | 212 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP() function
|
| H A D | ex3opt.c | 311 PetscCall(ComputeSensiP(lambda[0], mu[0], ctx)); in FormFunctionGradient()
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busopt.c | 1009 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, Vec *DICDP, Userctx *user) in ComputeSensiP() function 1433 PetscCall(ComputeSensiP(lambda[0], mu[0], DICDP, ctx)); in FormFunctionGradient()
|