Home
last modified time | relevance | path

Searched refs:PetscDrawHGDraw (Results 1 – 7 of 7) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex9.c54 PetscCall(PetscDrawHGDraw(hist)); in main()
/petsc/include/
H A Dpetscdraw.h320 PETSC_EXTERN PetscErrorCode PetscDrawHGDraw(PetscDrawHG);
/petsc/src/sys/classes/draw/utils/
H A Dhists.c304 PetscErrorCode PetscDrawHGDraw(PetscDrawHG hist) in PetscDrawHGDraw() function
/petsc/src/ts/tests/
H A Dex28.c376 PetscCall(PetscDrawHGDraw(user->drawhg)); in HGMonitor()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c627 PetscCall(PetscDrawHGDraw(ctx->drawhgic_x)); in MonitorInitialConditions()
629 PetscCall(PetscDrawHGDraw(ctx->drawhgic_v)); in MonitorInitialConditions()
727 PetscCall(PetscDrawHGDraw(ctx->drawhgcell_v)); in MonitorVelocity()
H A Dex4.c1143 PetscCall(PetscDrawHGDraw(ctx->drawhgic_x)); in MonitorInitialConditions()
1145 PetscCall(PetscDrawHGDraw(ctx->drawhgic_v)); in MonitorInitialConditions()
1243 PetscCall(PetscDrawHGDraw(ctx->drawhgcell_v)); in MonitorVelocity()
/petsc/src/ts/interface/
H A Dtsmon.c1548 PetscCall(PetscDrawHGDraw(ctx->hg[s])); in TSMonitorHGSwarmSolution()