| /petsc/src/sys/classes/draw/utils/ |
| H A D | bars.c | 35 PetscErrorCode PetscDrawBarCreate(PetscDraw draw, PetscDrawBar *bar) in PetscDrawBarCreate() argument 41 PetscAssertPointer(bar, 2); in PetscDrawBarCreate() 54 *bar = h; in PetscDrawBarCreate() 78 PetscErrorCode PetscDrawBarSetData(PetscDrawBar bar, PetscInt bins, const PetscReal data[], const c… in PetscDrawBarSetData() argument 81 PetscValidHeaderSpecific(bar, PETSC_DRAWBAR_CLASSID, 1); in PetscDrawBarSetData() 83 if (bar->numBins != bins) { in PetscDrawBarSetData() 84 PetscCall(PetscFree(bar->values)); in PetscDrawBarSetData() 85 PetscCall(PetscMalloc1(bins, &bar->values)); in PetscDrawBarSetData() 87 PetscCall(PetscArraycpy(bar->values, data, bins)); in PetscDrawBarSetData() 88 PetscCall(PetscCIntCast(bins, &bar->numBins)); in PetscDrawBarSetData() [all …]
|
| /petsc/src/sys/tests/output/ |
| H A D | ex33_1.out | 67 Invalid stack: push from bar, pop from foo 68 Invalid stack: push from bar, pop from foo 69 Invalid stack: push from bar, pop from foo 70 Invalid stack: push from bar, pop from foo 71 Invalid stack: push from bar, pop from foo 72 Invalid stack: push from bar, pop from foo 73 Invalid stack: push from bar, pop from foo 74 Invalid stack: push from bar, pop from foo 75 Invalid stack: push from bar, pop from foo 76 Invalid stack: push from bar, pop from foo [all …]
|
| H A D | ex65_1.out | 14 called bar() 25 called bar() 37 called bar() 38 called bar() 63 4: bar 72 called bar() 88 4: bar 99 4: bar 113 4: bar 121 …-my_prefix_petsc_function_type <now bar : formerly foo>: Description (one of) blip graulty bop bar…
|
| /petsc/src/sys/classes/draw/tests/ |
| H A D | ex12.c | 9 PetscDrawBar bar; in main() local 35 PetscCall(PetscDrawBarCreate(draw, &bar)); in main() 37 PetscCall(PetscDrawBarGetAxis(bar, &axis)); in main() 40 PetscCall(PetscDrawBarSetColor(bar, color)); in main() 41 PetscCall(PetscDrawBarSetFromOptions(bar)); in main() 43 if (setlimits) PetscCall(PetscDrawBarSetLimits(bar, limits[0], limits[1])); in main() 44 PetscCall(PetscDrawBarSetData(bar, 4, values, labels)); in main() 45 PetscCall(PetscDrawBarDraw(bar)); in main() 46 PetscCall(PetscDrawBarSave(bar)); in main() 48 PetscCall(PetscDrawBarDestroy(&bar)); in main()
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testReferences.patch | 13 PetscAssertPointer(bar, -2); 18 - PetscAssertPointer(bar, -2); 19 + PetscAssertPointer(bar, 1); 24 PetscAssertPointer(bar, -2); 30 PetscAssertPointer(bar, -2);
|
| H A D | testValidFunctionDocStrings.patch | 92 -+ bar - 144 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 150 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 154 - -option_b [filename][:[~]<foo,bar,baz>[:[~]bop]] - descr 339 -PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void… 340 …ErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void *baz) 444 -PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_par… 445 +static PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int … 460 -. bar - a nonexistent bar 553 + bar - a bar for [all …]
|
| /petsc/src/sys/tests/linter/ |
| H A D | testReferences.c | 10 void *foo = v->data, *bar, *baz, *blop; in testOutOfLineReference() local 13 bar = v->data; in testOutOfLineReference() 19 PetscAssertPointer(bar, -2); in testOutOfLineReference() 27 PetscAssertPointer(bar, 1); in testOutOfLineReference()
|
| H A D | testValidFunctionDocStrings.c | 289 PetscErrorCode testExplicitSynopsis_Private(PetscScalar unknown, PetscInt foo, PetscReal bar, void … in testExplicitSynopsis_Private() argument 419 PetscErrorCode testFunctionPointerArguments(int (*foo)(int, double, float), int (*bar)(int bar_parm… in testFunctionPointerArguments() 635 PetscErrorCode testCheckingSectionIndentationAfterSwitch(int foo, double *bar) in testCheckingSectionIndentationAfterSwitch() argument
|
| /petsc/src/sys/tests/ |
| H A D | ex33.c | 26 PetscErrorCode bar() in bar() function 44 for (PetscInt i = 0; i < PETSCSTACKSIZE + 1; i++) PetscCall(bar()); in main()
|
| H A D | ex65.c | 14 PETSC_DEFINE_FUNCTION_AND_STR(bar); 26 static void (*const all_funcs[])(void) = {foo, bar, baz, bop, qux, quux, blip, blap, blop, graulty,…
|
| /petsc/src/benchmarks/results/ |
| H A D | performance_medium.m | 5 bar(Y); 25 bar(Y);
|
| H A D | performance_cfd_2_10.m | 5 bar(Y); 25 bar(Y);
|
| H A D | performance_arco1.m | 5 bar(Y); 31 bar(Y);
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | hybrid_3d_cube.msh | 111 Types: bar(1) tri(2) quad(3) tet(4) hex(5) prism(6) pyramid(7)
|
| /petsc/doc/changes/ |
| H A D | 319.md | 88 // Both foo() and bar() defined as returning PetscErrorCode 90 extern PetscErrorCode bar(int); 97 // but use boolean short-circuiting to chain the calls together. bar() 101 #define MY_USER_MACRO(a, b) (foo(a) || bar(b)) 104 #define MY_BETTER_USER_MACRO(a, b) ((PetscErrorCode)(foo(a) || bar(b)))
|
| H A D | 36.md | 45 PetscDrawBar object for drawing bar graphs added
|
| /petsc/src/benchmarks/ |
| H A D | benchmarkExample.py | 413 bars[arch].append(plt.bar(ind, times, width, color=color, bottom=bottom)) 423 plt.legend([bar[0] for bar in bars[arches[0]]], eventNames, 'upper right', shadow = True)
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 86 # HTML code for the project link in the navigation bar. If left
|
| /petsc/doc/manual/ |
| H A D | vec.md | 668 …| ``VecDot(Vec x, Vec y, PetscScalar *r);`` | :math:`r = \bar{x}^T*y` … 685 …| ``VecMDot(Vec x, PetscInt n, Vec y[], PetscScalar *r);`` | :math:`r[i] = \bar{x}^T*y[i]` …
|
| /petsc/doc/developers/ |
| H A D | testing.md | 38 args: -foo bar
|