Searched refs:PetscDrawHGGetDraw (Results 1 – 5 of 5) sorted by relevance
325 PETSC_EXTERN PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG, PetscDraw *);
725 PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG hist, PetscDraw *draw) in PetscDrawHGGetDraw() function
607 PetscCall(PetscDrawHGGetDraw(ctx->drawhgic_x, &drawic_x)); in MonitorInitialConditions()612 PetscCall(PetscDrawHGGetDraw(ctx->drawhgic_v, &drawic_v)); in MonitorInitialConditions()674 PetscCall(PetscDrawHGGetDraw(ctx->drawhgcell_v, &drawcell_v)); in MonitorVelocity()
1123 PetscCall(PetscDrawHGGetDraw(ctx->drawhgic_x, &drawic_x)); in MonitorInitialConditions()1128 PetscCall(PetscDrawHGGetDraw(ctx->drawhgic_v, &drawic_v)); in MonitorInitialConditions()1190 PetscCall(PetscDrawHGGetDraw(ctx->drawhgcell_v, &drawcell_v)); in MonitorVelocity()
1533 PetscCall(PetscDrawHGGetDraw(ctx->hg[s], &draw)); in TSMonitorHGSwarmSolution()