Searched refs:PetscDrawLGSetLimits (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | heat.c | 367 PetscCall(PetscDrawLGSetLimits(lg, x, x + (xm - 1) * hx, -1.1, 1.1)); in MyMonitor()
|
| H A D | biharmonic.c | 641 PetscCall(PetscDrawLGSetLimits(lg, x, x + (xm - 1) * hx, -1.1, 1.1)); in MyMonitor()
|
| /petsc/include/ |
| H A D | petscdraw.h | 291 PETSC_EXTERN PetscErrorCode PetscDrawLGSetLimits(PetscDrawLG, PetscReal, PetscReal, PetscReal, Pets…
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | lgc.c | 358 PetscErrorCode PetscDrawLGSetLimits(PetscDrawLG lg, PetscReal x_min, PetscReal x_max, PetscReal y_m… in PetscDrawLGSetLimits() function
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex4.c | 346 …PetscCall(PetscDrawLGSetLimits(ctx->drawlgE, 0., ctx->steps * ctx->stepSize, ctx->drawlgEmin, 0.)); in SetupContext() 518 PetscCall(PetscDrawLGSetLimits(ctx->drawlgMomRes, 0., ctx->steps * ctx->stepSize, -8, 0)); in SetupContext()
|
| H A D | ex3.c | 165 …PetscCall(PetscDrawLGSetLimits(user->drawlgE, 0., user->steps * user->stepSize, user->drawlgEmin, … in SetupContext()
|
| H A D | ex2.c | 261 …PetscCall(PetscDrawLGSetLimits(ctx->drawlgE, 0., ctx->steps * ctx->stepSize, ctx->drawlgEmin, 0.)); in SetupContext()
|
| /petsc/doc/manual/ |
| H A D | other.md | 810 PetscDrawLGSetLimits(PetscDrawLG ctx, PetscReal xmin, PetscReal xmax, PetscReal ymin, PetscReal yma…
|