Home
last modified time | relevance | path

Searched refs:drawlgEmin (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c81 PetscReal drawlgEmin; // The minimum lg(E) to plot member
113 options->drawlgEmin = -6; in ProcessOptions()
127 …_min_monitor", "Minimum E field to plot", "ex3.c", options->drawlgEmin, &options->drawlgEmin, NULL… in ProcessOptions()
165 …cCall(PetscDrawLGSetLimits(user->drawlgE, 0., user->steps * user->stepSize, user->drawlgEmin, 0.)); in SetupContext()
262 lgEmax = Emax != 0 ? PetscLog10Real(Emax) : user->drawlgEmin; in MonitorEField()
263 if (lgEmax < user->drawlgEmin) lgEmax = user->drawlgEmin; in MonitorEField()
H A Dex2.c147 PetscReal drawlgEmin; // The minimum lg(E) to plot member
193 options->drawlgEmin = -6; in ProcessOptions()
218 …_min_monitor", "Minimum E field to plot", "ex2.c", options->drawlgEmin, &options->drawlgEmin, NULL… in ProcessOptions()
261 …PetscCall(PetscDrawLGSetLimits(ctx->drawlgE, 0., ctx->steps * ctx->stepSize, ctx->drawlgEmin, 0.)); in SetupContext()
547 lgEmax = Emax != 0 ? PetscLog10Real(Emax) : ctx->drawlgEmin; in MonitorEField()
H A Dex4.c195 PetscReal drawlgEmin; // The minimum lg(E) to plot member
253 options->drawlgEmin = -6; in ProcessOptions()
295 …min_monitor", "Minimum E field to plot", __FILE__, options->drawlgEmin, &options->drawlgEmin, NULL… in ProcessOptions()
346 …PetscCall(PetscDrawLGSetLimits(ctx->drawlgE, 0., ctx->steps * ctx->stepSize, ctx->drawlgEmin, 0.)); in SetupContext()
783 lgEmax = Emax != 0 ? PetscLog10Real(Emax) : ctx->drawlgEmin; in MonitorEField()