Searched refs:PetscDrawLGSetLegend (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | potentials.c | 45 PetscCall(PetscDrawLGSetLegend(lg, legend)); in main() 63 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in main()
|
| H A D | heat.c | 335 PetscCall(PetscDrawLGSetLegend(lg, legend)); in MyMonitor() 357 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in MyMonitor()
|
| H A D | biharmonic.c | 631 PetscCall(PetscDrawLGSetLegend(lg, NULL)); in MyMonitor()
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex3.c | 63 PetscCall(PetscDrawLGSetLegend(lg, &legend)); in main()
|
| /petsc/include/ |
| H A D | petscdraw.h | 287 PETSC_EXTERN PetscErrorCode PetscDrawLGSetLegend(PetscDrawLG, const char *const *);
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | lgc.c | 222 PetscErrorCode PetscDrawLGSetLegend(PetscDrawLG lg, const char *const names[]) in PetscDrawLGSetLegend() function
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 683 PetscCall(PetscDrawLGSetLegend(lg, names)); in PetscProbComputeKSStatistic_Internal()
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 692 if (names) PetscCall(PetscDrawLGSetLegend(lg, names)); in PetscViewerMonitorLGSetUp()
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 1062 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 D | plex.c | 320 PetscCall(PetscDrawLGSetLegend(lg, (const char *const *)names)); in DMPlexVecView1D()
|