Lines Matching refs:AppCtx
20 } AppCtx; typedef
25 AppCtx *user = (AppCtx *)ctx; in EventFunction()
37 AppCtx *user = (AppCtx *)ctx; in PostEventFunction()
54 PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction()
75 PetscErrorCode RHSJacobian(TS ts, PetscReal t, Vec U, Mat A, Mat B, AppCtx *ctx) in RHSJacobian()
103 PetscErrorCode IFunction(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunction()
126 PetscErrorCode IJacobian(TS ts, PetscReal t, Vec U, Vec Udot, PetscReal a, Mat A, Mat B, AppCtx *ct… in IJacobian()
158 AppCtx *ctx = (AppCtx *)ctx0; in RHSJacobianP()
171 PetscErrorCode CostIntegrand(TS ts, PetscReal t, Vec U, Vec R, AppCtx *ctx) in CostIntegrand()
186 PetscErrorCode DRDUJacobianTranspose(TS ts, PetscReal t, Vec U, Mat DRDU, Mat B, AppCtx *ctx) in DRDUJacobianTranspose()
212 PetscErrorCode ComputeSensiP(Vec lambda, Vec mu, AppCtx *ctx) in ComputeSensiP()