Home
last modified time | relevance | path

Searched refs:xlabel (Results 1 – 18 of 18) sorted by relevance

/petsc/src/sys/classes/draw/tests/
H A Dex12.c12 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 Dex3.c20 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 Dex9.c14 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 Dadjointreads.m56 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 Dconvergencestudy.m31 xlabel('Iteration')
40 xlabel('1/h');
69 xlabel('Iteration')
78 xlabel('Polynomial order');
H A Dconvergencestudyburger.m23 xlabel('Number of GLL points');
/petsc/src/benchmarks/
H A DbenchmarkExample.py179 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 DbenchmarkAssembly.py36 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 Daxisc.c45 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 Dhists.c310 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 Ddriver.py52 pylab.xlabel('x')
63 pylab.xlabel('x')
74 pylab.xlabel('y')
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Drober.py94 pylab.xlabel('step number')
100 pylab.xlabel('t')
H A Dorego.py125 pylab.xlabel('step number')
131 pylab.xlabel('time')
H A Dheat.py110 pylab.xlabel('$x$')
/petsc/src/dm/impls/da/
H A Dgr1.c158 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 Dpetsc_tas_analysis.py779 …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 Ddrawimpl.h107 char *xlabel, *ylabel, *toplabel; member
/petsc/src/binding/petsc4py/demo/legacy/bratu3d/
H A Dbratu3d.py198 pylab.xlabel('X')