| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 12 const char *xlabel, *ylabel, *toplabel; in main() local 19 xlabel = "X-axis Label"; in main() 27 xlabel = NULL; in main() 39 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
|
| H A D | ex3.c | 20 const char *xlabel, *ylabel, *toplabel, *legend; in main() local 25 xlabel = "X-axis Label"; in main() 42 if (flg) xlabel = NULL; in main() 48 xlabel = NULL; in main() 62 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
|
| H A D | ex9.c | 14 const char *xlabel, *ylabel, *toplabel; in main() local 18 xlabel = "X-axis Label"; in main() 36 xlabel = NULL; in main() 47 PetscCall(PetscDrawAxisSetLabels(axis, toplabel, xlabel, ylabel)); in main()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | adjointreads.m | 56 xlabel('x (GLL grid)'); 76 % xlabel('x (GLL grid)'); 91 % xlabel('Iterations'); 107 % xlabel('GLL grid'); 131 % xlabel('x (GLL grid)'); 149 % xlabel('x (GLL grid)'); 161 % xlabel('No iterations');
|
| H A D | convergencestudy.m | 31 xlabel('Iteration') 40 xlabel('1/h'); 69 xlabel('Iteration') 78 xlabel('Polynomial order');
|
| H A D | convergencestudyburger.m | 23 xlabel('Number of GLL points');
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 179 from pylab import legend, plot, show, title, xlabel, ylabel 189 xlabel('Number of Dof') 196 from pylab import close, legend, plot, savefig, show, title, xlabel, ylabel 216 xlabel('Number of Dof') 226 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel 244 xlabel('Number of Dof') 254 from pylab import legend, plot, savefig, semilogy, show, title, xlabel, ylabel 272 xlabel('Number of Processors') 282 from pylab import legend, plot, show, title, xlabel, ylabel 296 xlabel('Number of Dof') [all …]
|
| H A D | benchmarkAssembly.py | 36 from pylab import legend, plot, show, title, xlabel, ylabel, ylim 52 xlabel('Number of Dof') 67 xlabel('Number of Dof') 81 xlabel('Number of Dof')
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 45 ad->xlabel = NULL; in PetscDrawAxisCreate() 75 PetscCall(PetscFree((*axis)->xlabel)); in PetscDrawAxisDestroy() 131 PetscErrorCode PetscDrawAxisSetLabels(PetscDrawAxis axis, const char top[], const char xlabel[], co… in PetscDrawAxisSetLabels() argument 135 PetscCall(PetscFree(axis->xlabel)); in PetscDrawAxisSetLabels() 138 PetscCall(PetscStrallocpy(xlabel, &axis->xlabel)); in PetscDrawAxisSetLabels() 287 if (axis->xlabel) dyl += 1.5 * th; in PetscDrawAxisDraw() 342 if (axis->xlabel) { in PetscDrawAxisDraw() 346 PetscCall(PetscDrawStringCentered(draw, x, y, cc, axis->xlabel)); in PetscDrawAxisDraw()
|
| H A D | hists.c | 310 char xlabel[256]; in PetscDrawHGDraw() local 362 PetscCall(PetscSNPrintf(xlabel, 256, "Total Weight: %g", (double)totwt)); in PetscDrawHGDraw() 368 PetscCall(PetscSNPrintf(xlabel, 256, "Total: %" PetscInt_FMT, numValues)); in PetscDrawHGDraw() 371 PetscCall(PetscDrawAxisSetLabels(hist->axis, title, xlabel, NULL)); in PetscDrawHGDraw() 425 PetscCall(PetscSNPrintf(xlabel, 256, "Total Weight: %g", (double)totwt)); in PetscDrawHGDraw() 431 PetscCall(PetscSNPrintf(xlabel, 256, "Total: %" PetscInt_FMT, numValues)); in PetscDrawHGDraw() 434 PetscCall(PetscDrawAxisSetLabels(hist->axis, title, xlabel, NULL)); in PetscDrawHGDraw()
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.py | 52 pylab.xlabel('x') 63 pylab.xlabel('x') 74 pylab.xlabel('y')
|
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | rober.py | 94 pylab.xlabel('step number') 100 pylab.xlabel('t')
|
| H A D | orego.py | 125 pylab.xlabel('step number') 131 pylab.xlabel('time')
|
| H A D | heat.py | 110 pylab.xlabel('$x$')
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 158 const char *tlabel = NULL, *xlabel = NULL; in VecView_MPI_Draw_DA1d() local 193 PetscCall(DMDAGetCoordinateName(da, 0, &xlabel)); in VecView_MPI_Draw_DA1d() 242 PetscCall(PetscDrawAxisSetLabels(axis, tlabel, xlabel, NULL)); in VecView_MPI_Draw_DA1d()
|
| /petsc/lib/petsc/bin/ |
| H A D | petsc_tas_analysis.py | 779 …axMeshConv.set(xlabel='Problem Size $\log N$', ylabel='Error $\log |x - x^*|$', title='Mesh Conver… 784 axStatScale.set(xlabel='Time(s)', ylabel='Flop Rate (F/s)', title='Static Scaling') 789 axStatScale.set(xlabel='Time(s)', ylabel='DoF Rate (DoF/s)', title='Static Scaling') 794 axEffic.set(xlabel='Time(s)', ylabel='Error Time', title='Efficacy')
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 107 char *xlabel, *ylabel, *toplabel; member
|
| /petsc/src/binding/petsc4py/demo/legacy/bratu3d/ |
| H A D | bratu3d.py | 198 pylab.xlabel('X')
|