Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Dconvergencestudy.m22 semilogy(history(:,1),history(:,2),'Markersize',6,'LineWidth',2);
25 semilogy(history(:,1),history(:,3),'Markersize',6,'LineWidth',2);
61 semilogy(history(:,1),history(:,2),'Markersize',6,'LineWidth',2);
64 semilogy(history(:,1),history(:,3),'Markersize',6,'LineWidth',2);
H A Dadjointreads.m81 % semilogy(Err1,'k-','Markersize',6,'LineWidth',2); drawnow;
83 % semilogy(Err,'r-','Markersize',6,'LineWidth',2); drawnow;
157 % semilogy(1:21,TAO,'r','LineWidth',2)
159 % % semilogy(1:31,L2,'r','LineWidth',2)
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dorego.py121 pylab.semilogy(
130 pylab.semilogy(tt, xx[:, i], 'rgb'[i])
H A Drober.py90 pylab.semilogy(
/petsc/src/ts/utils/
H A Ddmnetworkts.c135 if (ctx->semilogy) { in TSMonitorLGCtxNetworkSolution()
173 if (ctx->semilogy) { in TSMonitorLGCtxNetworkSolution()
/petsc/src/benchmarks/
H A DbenchmarkExample.py226 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
242 semilogy(*data)
254 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel
388 TimeErrorPareto = plt.semilogy(*data)
/petsc/include/petsc/private/
H A Dtsimpl.h532 PetscBool semilogy; member
/petsc/src/ts/interface/
H A Dtsmon.c447 const char *ylabel = ctx->semilogy ? "Log Time Step" : "Time Step"; in TSMonitorLGTimeStep()
453 if (ctx->semilogy) y = PetscLog10Real(y); in TSMonitorLGTimeStep()
H A Dts.c175 …ion_semilogy", "Plot the solution with a semi-log axis", "", ctx->semilogy, &ctx->semilogy, NULL)); in TSSetFromOptions()
211 ctx->semilogy = PETSC_TRUE; in TSSetFromOptions()
/petsc/include/
H A Dpetscts.h1043 PetscBool semilogy; member