Home
last modified time | relevance | path

Searched refs:PetscDrawLGSetLegend (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ts/tutorials/phasefield/
H A Dpotentials.c45 PetscCall(PetscDrawLGSetLegend(lg, legend)); in main()
63 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in main()
H A Dheat.c335 PetscCall(PetscDrawLGSetLegend(lg, legend)); in MyMonitor()
357 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in MyMonitor()
H A Dbiharmonic.c631 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in MyMonitor()
/petsc/src/sys/classes/draw/tests/
H A Dex3.c63 PetscCall(PetscDrawLGSetLegend(lg, &legend)); in main()
/petsc/include/
H A Dpetscdraw.h287 PETSC_EXTERN PetscErrorCode PetscDrawLGSetLegend(PetscDrawLG, const char *const *);
/petsc/src/sys/classes/draw/utils/
H A Dlgc.c222 PetscErrorCode PetscDrawLGSetLegend(PetscDrawLG lg, const char *const names[]) in PetscDrawLGSetLegend() function
/petsc/src/dm/dt/interface/
H A Ddtprob.c683 PetscCall(PetscDrawLGSetLegend(lg, names)); in PetscProbComputeKSStatistic_Internal()
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c692 if (names) PetscCall(PetscDrawLGSetLegend(lg, names)); in PetscViewerMonitorLGSetUp()
/petsc/src/ts/interface/
H A Dtsmon.c1062 PetscCall(PetscDrawLGSetLegend(ctx->lg, (const char *const *)ctx->displaynames)); in TSMonitorLGSolution()
1066 PetscCall(PetscDrawLGSetLegend(ctx->lg, (const char *const *)ctx->names)); in TSMonitorLGSolution()
/petsc/src/dm/impls/plex/
H A Dplex.c320 PetscCall(PetscDrawLGSetLegend(lg, (const char *const *)names)); in DMPlexVecView1D()