Home
last modified time | relevance | path

Searched refs:PetscDrawHGGetDraw (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscdraw.h325 PETSC_EXTERN PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG, PetscDraw *);
/petsc/src/sys/classes/draw/utils/
H A Dhists.c725 PetscErrorCode PetscDrawHGGetDraw(PetscDrawHG hist, PetscDraw *draw) in PetscDrawHGGetDraw() function
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c607 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()
H A Dex4.c1123 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()
/petsc/src/ts/interface/
H A Dtsmon.c1533 PetscCall(PetscDrawHGGetDraw(ctx->hg[s], &draw)); in TSMonitorHGSwarmSolution()