Searched refs:semilogy (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | convergencestudy.m | 22 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 D | adjointreads.m | 81 % 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 D | orego.py | 121 pylab.semilogy( 130 pylab.semilogy(tt, xx[:, i], 'rgb'[i])
|
| H A D | rober.py | 90 pylab.semilogy(
|
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 135 if (ctx->semilogy) { in TSMonitorLGCtxNetworkSolution() 173 if (ctx->semilogy) { in TSMonitorLGCtxNetworkSolution()
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 226 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 D | tsimpl.h | 532 PetscBool semilogy; member
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 447 const char *ylabel = ctx->semilogy ? "Log Time Step" : "Time Step"; in TSMonitorLGTimeStep() 453 if (ctx->semilogy) y = PetscLog10Real(y); in TSMonitorLGTimeStep()
|
| H A D | ts.c | 175 …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 D | petscts.h | 1043 PetscBool semilogy; member
|