Lines Matching refs:Ctx

512 static PetscErrorCode MonitorEField(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx)  in MonitorEField()  argument
514 AppCtx *ctx = (AppCtx *)Ctx; in MonitorEField()
574 static PetscErrorCode MonitorMoments(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx) in MonitorMoments() argument
576 AppCtx *ctx = (AppCtx *)Ctx; in MonitorMoments()
591 PetscErrorCode MonitorInitialConditions(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx) in MonitorInitialConditions() argument
593 AppCtx *ctx = (AppCtx *)Ctx; in MonitorInitialConditions()
636 PetscErrorCode MonitorVelocity(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx) in MonitorVelocity() argument
638 AppCtx *ctx = (AppCtx *)Ctx; in MonitorVelocity()
732 static PetscErrorCode MonitorPositions_2D(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx) in MonitorPositions_2D() argument
734 AppCtx *ctx = (AppCtx *)Ctx; in MonitorPositions_2D()
794 static PetscErrorCode MonitorPoisson(TS ts, PetscInt step, PetscReal t, Vec U, void *Ctx) in MonitorPoisson() argument
796 AppCtx *ctx = (AppCtx *)Ctx; in MonitorPoisson()
1938 static PetscErrorCode RHSFunctionX(TS ts, PetscReal t, Vec V, Vec Xres, void *Ctx) in RHSFunctionX() argument
1940 AppCtx *ctx = (AppCtx *)Ctx; in RHSFunctionX()
1963 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, void *Ctx) in RHSFunctionV() argument
1966 AppCtx *ctx = (AppCtx *)Ctx; in RHSFunctionV()
2038 PetscErrorCode RHSObjectiveF(TS ts, PetscReal t, Vec U, PetscScalar *F, void *Ctx) in RHSObjectiveF() argument
2040 AppCtx *ctx = (AppCtx *)Ctx; in RHSObjectiveF()
2231 …line(PetscInt dim, PetscReal time, const PetscReal dummy[], PetscInt p, PetscScalar x[], void *Ctx) in line() argument
2236 AppCtx *ctx = (AppCtx *)Ctx; in line()