Searched refs:PetscDrawLGCreate (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 65 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate() 77 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex5f.F90 | 44 PetscCallA(PetscDrawLGCreate(draw, one, lg, ierr))
|
| H A D | ex3.c | 58 PetscCall(PetscDrawLGCreate(draw, 1, &lg)); in main()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex68.c | 73 PetscCall(PetscDrawLGCreate(draw, 1, &lg)); in main()
|
| H A D | ex69.c | 115 PetscCall(PetscDrawLGCreate(draw, 1, &lg)); in main()
|
| /petsc/src/sys/classes/viewer/impls/draw/draw/ |
| H A D | fdrawv.c | 105 …PetscCall(PetscDrawLGCreate(vdraw->draw[windownumber + vdraw->draw_base], 1, &vdraw->drawlg[window… in PetscViewerDrawGetDrawLG()
|
| /petsc/include/ |
| H A D | petscdraw.h | 276 PETSC_EXTERN PetscErrorCode PetscDrawLGCreate(PetscDraw, PetscInt, PetscDrawLG *);
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | lgc.c | 146 PetscErrorCode PetscDrawLGCreate(PetscDraw draw, PetscInt dim, PetscDrawLG *outlg) in PetscDrawLGCreate() function
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 682 PetscCall(PetscDrawLGCreate(draw, 2, &lg)); in PetscProbComputeKSStatistic_Internal()
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 411 PetscCall(PetscDrawLGCreate(draw, 1, &(*ctx)->lg)); in TSMonitorLGCtxCreate()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex4.c | 342 PetscCall(PetscDrawLGCreate(draw, 1, &ctx->drawlgE)); in SetupContext() 514 PetscCall(PetscDrawLGCreate(draw, 3, &ctx->drawlgMomRes)); in SetupContext()
|
| H A D | ex3.c | 161 PetscCall(PetscDrawLGCreate(draw, 1, &user->drawlgE)); in SetupContext()
|
| H A D | ex2.c | 257 PetscCall(PetscDrawLGCreate(draw, 1, &ctx->drawlgE)); in SetupContext()
|
| /petsc/doc/manual/ |
| H A D | other.md | 771 PetscDrawLGCreate(PetscDraw win, PetscInt ncurves, PetscDrawLG *ctx);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 297 PetscCall(PetscDrawLGCreate(draw, n * Nl, &lg)); in DMPlexVecView1D()
|